Description Usage Arguments Value References Examples
The basic framework of making Echarts object is Step 1 echart
=> Step 2
set[Widgets]
=> Step 3 set[Aesthetics]
. Step 1 makes the structure
of the Echarts object, step 2 creates/modifies its widgets, and step 3 modifies
the params of the widgets. But what if you want to modify the details inside
series
list? – You may want setSeries
.
setSeries
is a bit low-level, compared to other set[Widgets]
functions.
It directly pass the param list on to an Echarts object and may lead to unexpected
results. So you are suggested to get more familiar with Echarts structure before
you decide to setSeries
.
1 |
chart |
chart | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
series |
series, could be the name or the index of the series. When the string is not in the existing series list, it will be treated as new | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
timeslots |
vector of timeslots, either name or index of timeline variable
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
... |
The params to pass to the echarts object for modification.
|
A modified echarts object
http://echarts.baidu.com/echarts2/doc/option.html#title~series-i
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.