echart绘制多光标markline
2019-05-19 本文已影响0人
zenos876
series : [
{
name:'Markline',
type:'line',
markLine : {
lineStyle: {
normal: {
type: 'solid'
}
},
data : [
{
name:'aaa',
label:{
show:true,
position:'end',
formatter: '{b}: {c}'
},
xAxis: 160,
},
{
name:'bbb',
label:{
show:true,
position:'end',
formatter: '{b}: {c}'
},
xAxis: 155,
},
]
}
},
]
