echarts 设置横轴标线的样式(X轴最底部一根除外)

 

option = {
  yAxis: {
    splitLine:{
     lineStyle:{
       type:'dashed',//y轴分割线类型 dashed为虚线
       color:'red'
     }
   },
    type: 'value'
  }
};

 

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