powered by
Actions related to e_pie.
e_pie
e_pie_select(e, ..., btn = NULL)e_pie_unselect(e, ..., btn = NULL)
e_pie_unselect(e, ..., btn = NULL)
An echarts4r object as returned by e_charts.
echarts4r
e_charts
Any options, see official documentation
A e_button id.
e_button
# NOT RUN { mtcars %>% head() %>% dplyr::mutate(model = row.names(.)) %>% e_charts(model) %>% e_pie(carb) %>% e_pie_select(dataIndex = 0) # }
Run the code above in your browser using DataLab