# NOT RUN {
iris %>%
group_by(Species) %>%
e_charts(Sepal.Length) %>%
e_line(Sepal.Width) %>%
e_tooltip(trigger = "axis")
# timeline
iris %>%
group_by(Species) %>%
e_charts(Sepal.Length, timeline = TRUE) %>%
e_line(Sepal.Width) %>%
e_tooltip(trigger = "axis")
# }
Run the code above in your browser using DataLab