Description Usage Arguments Examples
This function creates an HTML widget to display matrix, data.frame and factor array, using the JavaScript library ECharts3.
1 2 3  | 
chart | 
 a recharts object  | 
yvalue, xvalue | 
 x,y value for horizontal or vertical line,can be one of ('min','max','average')  | 
lineType | 
 default is solid, can be of ('solid','dashed','dotted')  | 
symbol | 
 symbol type at the two ends of the mark line, none includes 'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'  | 
lineWidth | 
 line width, default is 1  | 
lineColor | 
 default is NULL,  | 
name | 
 default is NULL,  | 
precision | 
 default is 2,  | 
seriesIndex | 
 default is NULL,  | 
startPoint, endPoint | 
 start and end point for XYline  | 
series | 
 an "formula" object: Associates the levels of variable
with symbol color, e.g.   | 
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.