e_toolbox_feature | R Documentation |
Add toolbox interface.
e_toolbox_feature(e, feature, ...)
e_toolbox(e, ...)
e |
An |
feature |
Feature to add, defaults to all. |
... |
Any other option to pass, check See Also section. |
Valid feature
:
saveAsImage
brush
restore
dataView
dataZoom
magicType
USArrests |>
e_charts(UrbanPop) |>
e_line(Assault) |>
e_area(Murder, y_index = 1, x_index = 1) |>
e_datazoom(x_index = 0)
mtcars |>
tibble::rownames_to_column("model") |>
e_charts(model) |>
e_line(qsec) |>
e_toolbox() |>
e_toolbox_feature(
feature = "magicType",
type = list("line", "bar")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.