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 or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
Any options, see official documentation
A e_button id.
e_button
mtcars |> head() |> tibble::rownames_to_column("model") |> e_charts(model) |> e_pie(carb) |> e_pie_select(dataIndex = 0)
Run the code above in your browser using DataLab