| commit | 65e231f9a641d81a0f2922676c0e891f06298923 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Aug 28 09:19:18 2026 +0300 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Aug 28 09:19:18 2026 +0300 |
| tree | 2fd5744d747b3385489310f57abed4ea2fca1157 | |
| parent | 569b902a70b10593f373bd09d1ec6b2d94fca9b6 [diff] [blame] |
demo: shrink registered-users chart to the 1160px slide content width Change-Id: I3bda10378198acb8b8220b19ab64940c7c51b251
diff --git a/examples/ids.Rmd b/examples/ids.Rmd index 3339b44..9fca102 100644 --- a/examples/ids.Rmd +++ b/examples/ids.Rmd
@@ -84,7 +84,7 @@ hc_yAxis(title = list(text = "")) %>% hc_xAxis(title = list(text = "")) %>% hc_legend(element_blank()) %>% - hc_size(height = 500, width = 1260) + hc_size(height = 500, width = 1160) hc ```