echar 设置字体颜色
改变其他文字颜色:
title、legend、series下添加
textStyle: { color: '#ffffff' }
改变坐标颜色
xAxis、yAxis下添加
axisLabel: { show: true, textStyle: { color: '#ffffff' } }
改变其他文字颜色:
title、legend、series下添加
textStyle: { color: '#ffffff' }
改变坐标颜色
xAxis、yAxis下添加
axisLabel: { show: true, textStyle: { color: '#ffffff' } }