Description Usage Arguments Examples
View source: R/animate.R
Out of the box animation for donut chart.
1
danim_ist(p)
p
a chartist object.
1 2 3 4 5
mtcars[1:5,] %>% chart_ist(x = hp, type = "pie") %>% add_ist(disp) %>% pieopt_ist(donut = TRUE, showLabel = TRUE) %>% danim_ist()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.