我的 options:
{
xAxis: [
{
type: 'category',
splitLine: {
// 网格线
lineStyle: {
// 设置网格线类型 dotted:虚线 solid:实线
type: 'dashed',
},
show: true,
},
axisLine: {
show: true,
lineStyle: {
color: '#d8d8d8',
},
},
axisLabel: {
lineStyle: {
color: '#8c8c8c',
},
},
boundaryGap: false,
// min: 0,
// max: 24,
data: ['0', '4', '8', '12', '16', '20', '24'],
},
],
}