以y轴为例:
yAxis : [
{
type : 'value',
name : '%',
axisLabel : {
formatter: '{value}',
textStyle: { //改变刻度字体样式
color: '#fff'
}
}
}
]