e_lines_gl {echarts4r}R Documentation

Lines WebGL

Description

Draw WebGL lines.

Usage

e_lines_gl(e, data, coord_system = "geo", ...)

Arguments

e

An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.

data

A list.

coord_system

Coordinate system to plot against.

...

Any other options (this series type is mostly undocumented).


[Package echarts4r version 0.4.5 Index]