
var echartsInstance = echarts.init(document.getElementById('DOMid'))
echartsInstance.setOption({
legend:{
type:'plain',
'scroll',
width:
borderColor:
borderWidth:
left:
top:
orient:'horizontal'/'vertical'
align:'auto'/'left'/'right'
padding:
itemGap:10
itemWidth:
itemStyle:{
borderColor:
borderWidth:
borderType:'solid'/'dashed'/'dotted'
},
selectedMode:true/false
'single'/'multiple'
textStyle:{
padding:
width:
overflow:
},
tooltip:{
},
icon:'circle','rect','roundRect','diamond',
'image://http://xxx.xxx/xx.png',
'dataURL',
data:
}
})