echarts yaxis splitArea interval

时间:2018-02-20 14:07:23

标签: range highlighting echarts

我想要将yaxis从值x变为y,并带有一些颜色,
我使用splitArea但对我没用,因为splitArea是转发器,根据给定的间隔重复颜色。

我想获得类似于Chart.js的东西:

  

Acceptable Range Highlighting of Background in Chart.js 2.0

echart

 yAxis: {
  splitArea:{
     show:true,
     areaStyle:{
      color:["rgba(255,0,0,0.7)",'yellow','green','green','green']
      }
    }
},

0 个答案:

没有答案