From 5bbddc7b00c244a1ee32181071eb839e1ab4e76e Mon Sep 17 00:00:00 2001 From: pvictor Date: Mon, 13 May 2024 09:55:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20dreamRs/?= =?UTF-8?q?apexcharter@58723475cbe245cfb6a0246ea3ccd0436311a856=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/apexcharter.html | 7 ++++--- pkgdown.yml | 2 +- search.json | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/articles/apexcharter.html b/articles/apexcharter.html index 20600b9a..a6076c58 100644 --- a/articles/apexcharter.html +++ b/articles/apexcharter.html @@ -386,12 +386,13 @@

Slope charts
-data("life_expec", package = "apexcharter")
+data("life_expec_long", package = "apexcharter")
 
 apex(
   life_expec_long,
   mapping = aes(x = as.character(year), y = lifeExp, fill = country),
-  type = "slope"
+  type = "slope",
+  height = "700px"
 ) %>% 
   ax_colors("#112466") %>% 
   ax_labs(
@@ -399,7 +400,7 @@ 

Slope charts= "Data from Gapminder dataset", x = "Life expectancy at birth, in years" )

-
+