Selects data range of visual mapping.
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
data("state")
as.data.frame(state.x77) |>
e_charts(Population) |>
e_scatter(Income, Frost) |>
e_visual_map(Frost, scale = e_scale) |>
e_legend(FALSE) |>
e_visual_map_range(
selected = list(60, 120)
)