diff --git a/_pkgdown.yml b/_pkgdown.yml index ae9df6a..0586859 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,8 +1,6 @@ template: - params: - bootswatch: flatly - + package: dreamRs authors: Victor Perrier: diff --git a/docs/404.html b/docs/404.html index 6595caa..ee5eaaf 100644 --- a/docs/404.html +++ b/docs/404.html @@ -12,11 +12,62 @@ - + + + + + + + + + + + + @@ -53,7 +104,7 @@ - +
@@ -285,5 +332,13 @@ - +
+ + + diff --git a/docs/articles/articles/advanced-configuration.html b/docs/articles/articles/advanced-configuration.html index fd97d52..a395fef 100644 --- a/docs/articles/articles/advanced-configuration.html +++ b/docs/articles/articles/advanced-configuration.html @@ -6,8 +6,51 @@ Advanced configuration examples • apexcharter - - + + + + + @@ -18,7 +61,7 @@ - +

@@ -170,13 +217,13 @@

Add points to line :

apex(data = tail(economics, 20), type = "line", mapping = aes(x = date, y = uempmed)) %>% 
   ax_markers(size = 6)
-
-

Add labels over points

+
+

Add labels over points

apex(data = tail(economics, 20), type = "line", mapping = aes(x = date, y = uempmed)) %>% 
   ax_markers(size = 6) %>% 
   ax_dataLabels(enabled = TRUE)
-
- +
+

@@ -186,12 +233,12 @@ ax_yaxis(decimalsInFloat = 2) %>% ax_markers(size = c(3, 6)) %>% ax_stroke(width = c(1, 3))

-
-
apex(data = economics_long, type = "line", mapping = aes(x = date, y = value01, group = variable)) %>% 
+
+
apex(data = economics_long, type = "line", mapping = aes(x = date, y = value01, group = variable)) %>% 
   ax_yaxis(decimalsInFloat = 2) %>% 
   ax_stroke(dashArray = c(8, 5))
-
- +
+
@@ -227,5 +274,13 @@ - +
+ + + diff --git a/docs/articles/sync-charts.html b/docs/articles/sync-charts.html index 2687128..ff371e2 100644 --- a/docs/articles/sync-charts.html +++ b/docs/articles/sync-charts.html @@ -6,8 +6,51 @@ Syncing charts • apexcharter - - + + + + + @@ -18,7 +61,7 @@ - +