echarts 添加多条 基准线

series: [
  markLine: {
            symbol: 'none',
            data: [
        { 
                yAxis: 10,
                name: '下限',
                lineStyle: {
                    type: 'dashed',
                    color: '#b17063'
                },
                { 
                yAxis: 100,
                name: '上限',
                lineStyle: {
                    type: 'dashed',
                    color: '#b17063'
                },
            }
          ]
     }
]    

  

 

posted @ 2020-10-12 17:09  秦笑  阅读(5245)  评论(0)    收藏  举报