Button
Add a button to your visualisation.
e_button(e, id, ..., position = "top", tag = htmltools::tags$button)
e |
An |
id |
A valid CSS id. |
... |
Content of the button, complient with |
position |
Position of button, |
tag |
A Valid |
iris %>% group_by(Species) %>% e_charts(Sepal.Length) %>% e_line(Sepal.Width) %>% e_line(Petal.Length) %>% e_highlight(series_name = "setosa", btn = "myBtn") %>% e_button("myBtn", "highlight stuff")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.