pie_action: Select & Unselect Pie

pie_actionR Documentation

Select & Unselect Pie

Description

Actions related to e_pie.

Usage

e_pie_select(e, ..., btn = NULL)

e_pie_unselect(e, ..., btn = NULL)

Arguments

e

An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.

...

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)

JohnCoene/echarts4 documentation built on Feb. 23, 2024, 9:18 a.m.