echarts 去掉Y轴上的背景色

 

option={
  yAxis: {
     splitArea: {
         show: true // 这里设置为false即可去掉Y轴的背景色
    },
    type: 'value'
  },  
}

 

posted @ 2024-03-15 14:22  龙卷风吹毁停车场  阅读(198)  评论(0)    收藏  举报