highlight_action | R Documentation |
Highlight series
e_highlight(e, series_index = NULL, series_name = NULL, btn = NULL)
e_downplay(e, series_index = NULL, series_name = NULL, btn = NULL)
e |
An |
series_index, series_name |
Index or name of serie to highlight or |
btn |
A |
iris |>
group_by(Species) |>
e_charts(Sepal.Length) |>
e_line(Sepal.Width) |>
e_line(Petal.Length) |>
e_highlight(series_name = "setosa") # highlight group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.