e_zoom | R Documentation |
Zoom on a region.
e_zoom(e, ..., btn = NULL)
e |
An |
... |
Any options, see official documentation |
btn |
A |
cars |>
e_charts(dist) |>
e_scatter(speed) |>
e_datazoom() |>
e_zoom(
dataZoomIndex = 0,
start = 20,
end = 40,
btn = "BUTTON"
) |>
e_button("BUTTON", "Zoom in")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.