powered by
Add line serie.
e_line(e, serie, bind, name = NULL, legend = TRUE, y_index = 0, x_index = 0, coord_system = "cartesian2d", ...)e_line_(e, serie, bind = NULL, name = NULL, legend = TRUE, y_index = 0, x_index = 0, coord_system = "cartesian2d", ...)
e_line_(e, serie, bind = NULL, name = NULL, legend = TRUE, y_index = 0, x_index = 0, coord_system = "cartesian2d", ...)
An echarts4r object as returned by e_charts.
echarts4r
e_charts
Column name of serie to plot.
Binding between datasets, namely for use of e_brush.
e_brush
name of the serie.
Whether to add serie to legend.
Indexes of x and y axis.
Coordinate system to plot against.
Any other option to pass, check See Also section.
Additional arguments
# NOT RUN { iris %>% group_by(Species) %>% e_charts(Sepal.Length) %>% e_line(Sepal.Width) %>% e_tooltip(trigger = "axis") # }
Run the code above in your browser using DataLab