echarts文字颜色修改

改变坐标文字:

xAxis、yAxis下添加
axisLabel: {
  show: true,
  textStyle: {
    color: '#ffffff'
  }
}

 

改变其他文字:

title、legend、series下添加

 textStyle: {
    color: '#ffffff'
 }

 

posted @ 2021-05-14 11:29  _Lawrence  阅读(8353)  评论(0)    收藏  举报