ucharts区域图中y轴不绘制,x轴两端对齐会导致折线出现问题,求大佬帮忙看下
xAxis: {
boundaryGap:'justify',//两端不留白配置
type:'grid',
calibration: false,
gridColor:'#CCCCCC',
gridType:'dash',
dashLength:8,
disabled: true,
disableGrid: true,
},
yAxis: {
gridType:'dash',
gridColor:'#CCCCCC',
dashLength:8,
splitNumber:5,
disabled: true,
disableGrid: true
},