danim_ist: Animate donut chart

Description Usage Arguments Examples

View source: R/animate.R

Description

Out of the box animation for donut chart.

Usage

1

Arguments

p

a chartist object.

Examples

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()

JohnCoene/chartist documentation built on May 7, 2019, 11:17 a.m.