pie_action | R Documentation |
Actions related to e_pie
.
e_pie_select(e, ..., btn = NULL)
e_pie_unselect(e, ..., btn = NULL)
e |
An |
... |
Any options, see official documentation |
btn |
A |
mtcars |>
head() |>
tibble::rownames_to_column("model") |>
e_charts(model) |>
e_pie(carb) |>
e_pie_select(dataIndex = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.