标签:坐标 label tst pre font lin style show col
xAxis: {
data: anameArr,
axisLabel: {
show: true,
textStyle: {
color: ‘#c3dbff‘, //更改坐标轴文字颜色
fontSize : 14 //更改坐标轴文字大小
}
},
axisTick: {
show: false
},
axisLine:{
lineStyle:{
color:‘#315070‘ //更改坐标轴颜色
}
}
}
标签:坐标 label tst pre font lin style show col
原文地址:https://www.cnblogs.com/javascripter/p/9993518.html