CO2 |>
group_by(Plant) |>
e_charts(conc) |>
e_area(uptake) |>
e_tooltip(trigger = "axis")
# timeline
iris |>
group_by(Species) |>
e_charts(Sepal.Length, timeline = TRUE) |>
e_area(Sepal.Width) |>
e_tooltip(trigger = "axis")
Run the code above in your browser using DataLab