xAxis: [
{
splitLine: {
show: true,
lineStyle: {
type: "dashed",
color: "#dddddd",
},
},
axisLabel: {
showMaxLabel: true,
},
axisLine: {
onZero: false,
},
boundaryGap: false,
axisTick: {
show: false,
},
data: [],
},
只需要加入这段代码,就可以了!!!!
axisLabel: {
showMaxLabel: true,
},