分类:echarts

echarts

Echarts折线图两侧空白控制

Echarts折线图两侧空白控制
折线图距离两侧会有空白,想要将空白去除 通过boundaryGap控制 类目轴中boundaryGap可以配置为true和false。默认为true 将boundaryGap:设为 false就可以实现两侧空白去除 drawLine () { window.add...

yekong 3年前 (2021-09-20) 喜欢

wave.ensureState is not a function

wave.ensureState is not a function
wave.ensureState is not a function 使用echarts水球图的时候 版本不匹配会报这个错误 我用的版本是这种 “echarts”: “^4.9.0”, “echarts-liquidfill”: “^2.0.6” ...

yekong 3年前 (2021-09-12) 喜欢