Description Usage Arguments Value Examples
An Echarts object uses itemStyle heavily. You can use itemStyle
to compose an itemStyle list. 
 
Contained in an itemStyle object are 
'color', 'borderColor', 'borderWidth', 'barBorderColor', 'barBorderRadius', 'barBorderWidth', which you can directly assign values
'lineStyle', 'textStyle','areaStyle', 'chordStyle',
'nodeStyle', 'linkStyle', which you can yield by aesStyle function family
'label' and 'labelLine', which contains other object features, such as 'lineStyle', 'textStyle'
You can use aesStyle function family (
 lineStyle, textStyle, areaStyle, aesChordSytle, labelStyle, labelLineStyle)
to compose basic feature objects, and then group them into label or labelLine
using labelStyle / labelLineStyle, and finally pack them into an itemStyle
object using itemStyle.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19  | 
element | 
 String, could be 'text', 'line', 'area', 'chord', 'node', or 'link',
corresponding to   | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
... | 
 The params to form an aesthetic element  
  | 
A list
1 2 3 4 5 6 7 8 9  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.