Skip to content

Commit

Permalink
Update highcharts.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkunst committed Aug 11, 2022
1 parent 6a4eb65 commit b9ff89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/highcharts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ hcs |>
ff <- dir(here::here("dev/examples-charts/"), full.names = TRUE)
ff <- stringr::str_subset(ff, ".R")
fs <- stringr::str_subset(ff, "xrange|wordcloud|packedbubble|tilemap|vector|errorbar|venn|item")
fs <- stringr::str_subset(ff, "xrange|wordcloud|packedbubble|tilemap|vector|errorbar|venn|item|solidgauge|lollipop ")
# |gantt|solidgauge|lollipop
# setdiff(ff, fs) |> basename()
Expand Down

0 comments on commit b9ff89f

Please sign in to comment.