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,
                    },
                ]
            }
        },
    ]
效果
上一篇下一篇

猜你喜欢

热点阅读