1:x軸文本字體顏色改變字體
xAxis : [ { type : 'category', data : ['<30','30-','40-','50-','60-','>=70'], axisLabel: { show: true, textStyle: { color: '#fff' } } } ]
2:y軸文本字體顏色改變spa
yAxis : [ { type : 'value', name : '%', axisLabel : { formatter: '{value}', textStyle: { color: '#fff' } } } ]