echarts 数值型、时间性轴的留白

102 阅读1分钟

image.png

柱状图卡在了y轴上,解决方法,将xAxis: {}中的boundaryGap值改为true,xAxis: {boundaryGap: true}

image.png