xAxis + yAxis: {
name: ' ',
axisTick: {
show: true //坐标轴刻度线
},
axisLine: { //轴线
show: false
},
splitLine:{ //网格线
show:true
},
axisLabel: { //坐标轴样式
textStyle: {
color: '#636363'
}
}},
标签:控制,false,show,网格,网格线,坐标轴,刻度,true
来源: https://www.cnblogs.com/yu-heng-xing/p/16409180.html