e_visual_map_range | R Documentation |
Selects data range of visual mapping.
e_visual_map_range(e, ..., btn = NULL)
e |
An |
... |
Any options, see official documentation |
btn |
A |
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)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.