echarts 设置X轴底部文字颜色

 

xAxis: [
    {
      type: 'category',
      data: ['九龙坡区', '大渡口区', '禹州区', '沙坪坝区', '大渡口区', '江北区'],
      axisLabel:{
        show: true,
        textStyle:{
          color: '#ff6600' //设置 字体颜色
        }
      }
    }
  ],

 

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