Actions related to e_pie
.
Arguments
- e
An
echarts4r
object as returned bye_charts
or a proxy as returned byecharts4rProxy
.- ...
Any options, see official documentation
- btn
A
e_button
id.
Examples
mtcars |>
head() |>
tibble::rownames_to_column("model") |>
e_charts(model) |>
e_pie(carb) |>
e_pie_select(dataIndex = 0)