xAxis: {
type: 'category',
data: ['00', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24'],
axisLine: { // 设置坐标轴和坐标轴字体颜色
lineStyle: {
color: '#2261a4',
width: 1
}
},
axisLabel: {
formatter: function () { // 隐藏坐标轴数据
return "";
},
textStyle: {
color: '#5c96d5'
},
},
axisTick: { // 刻度线
show: false
},
splitLine: { // 网格线
show: false
},
boundaryGap: false
},
坐标轴数据不显示
最新推荐文章于 2024-07-14 22:02:36 发布