美文网首页
echart绘制多光标markline

echart绘制多光标markline

作者: zenos876 | 来源:发表于2019-05-19 16:07 被阅读0次
    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,
                    },
                ]
            }
        },
    ]
效果

相关文章

网友评论

      本文标题:echart绘制多光标markline

      本文链接:https://www.haomeiwen.com/subject/fplqzqtx.html