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 | 
| ... | Echarts object | 
| timeLineName | Name of timeline | 
| width | Width of echarts object | 
| height | Height of echarts object | 
| currentIndex | Indicates which is the currently selected item. For instance, if currentIndex is 0, it indicates that the currently selected item is timeline.data[0] . | 
| autoPlay | Default is TRUE, whether to play automatically. | 
| loop | Default is TRUE, whether to loop playing. | 
| playInterval | Default is 2000, indicates play speed (gap time between two state), whose unit is millisecond. | 
| orient | Orientation of the component, whose valid values are: 'vertical': vertical layout.'horizontal': horizontal layout. | 
| z | z value of all graghical elements in , which controls order of drawing graphical components. Components with smaller z values may be overwritten by those with larger z values. | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.