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