diff --git a/articles/apexcharter.html b/articles/apexcharter.html index fadda91..c0c29e4 100644 --- a/articles/apexcharter.html +++ b/articles/apexcharter.html @@ -84,7 +84,7 @@

Victor Perrier

-

2024-05-22

+

2024-06-11

Source: vignettes/apexcharter.Rmd
apexcharter.Rmd
diff --git a/articles/extra/facets.html b/articles/extra/facets.html index 842be7f..774f5d3 100644 --- a/articles/extra/facets.html +++ b/articles/extra/facets.html @@ -133,11 +133,11 @@

Facet wrap
Facet wrap example
mpg data from ggplot2
-
+
-
engine displacement, in litres
+
engine displacement, in litres
city miles per gallon
@@ -157,7 +157,7 @@

Facet wrapax_tooltip(x = list(format = "yyyy")) %>% ax_facet_wrap(vars(variable), scales = "free_y")
-
+
@@ -190,7 +190,7 @@

Facet grid
Facet grid example
mpg data from ggplot2
-
+
1999
2008
@@ -231,7 +231,7 @@

Grid nrow = 2, height = "600px" )

-
+
diff --git a/articles/extra/spark-box.html b/articles/extra/spark-box.html index ab56498..d774b34 100644 --- a/articles/extra/spark-box.html +++ b/articles/extra/spark-box.html @@ -105,7 +105,7 @@ subtitle = "Variable 1" )
-

With more styles :

+

With more styles :

 spark_box(
   data = spark_data,
@@ -116,7 +116,7 @@
   subtitle_style = list(color = "#FFF")
 )
-

You can also use spark boxes in Shiny application, use code to launch +

You can also use spark boxes in Shiny application, use code to launch an example :

 run_sparkbox_demo()
diff --git a/pkgdown.yml b/pkgdown.yml index 9439311..7ee7e1f 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -9,7 +9,7 @@ articles: shiny-integration: extra/shiny-integration.html spark-box: extra/spark-box.html sync-charts: extra/sync-charts.html -last_built: 2024-05-22T09:17Z +last_built: 2024-06-11T14:20Z urls: reference: https://dreamrs.github.io/apexcharter/reference article: https://dreamrs.github.io/apexcharter/articles diff --git a/reference/ax_chart.html b/reference/ax_chart.html index abd6118..e3512a9 100644 --- a/reference/ax_chart.html +++ b/reference/ax_chart.html @@ -281,12 +281,12 @@

Examplesapex(dat, aes(x, y), "line") %>% ax_chart(defaultLocale = "fr")
- + # Italian apex(dat, aes(x, y), "line") %>% ax_chart(defaultLocale = "it")
- + # Custom config @@ -303,7 +303,7 @@

Examples ) ))
- +