echarts 设置 Y轴上的坐标轴文案样式

option = {
  yAxis: {
    axisLabel:{
      show: true, //是否显示文字
      textStyle:{
        color: 'red' //文字颜色
      }
    }
    type: 'value'
  }
};

 

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