xAxis: { data: anameArr, axisLabel: { show: true, textStyle: { color: '#c3dbff', //更改坐标轴文字颜色 fontSize : 14 //更改坐标轴文字大小 } }, axisTick: { show: false }, axisLine:{ lineStyle:{ color:'#315070' //更改坐标轴颜色 } } }