vue中echarts图表宽度自适应,亲测有效

实现宽度自适应语句:

//实现自适应部分
window.onresize = () => {
   this.$echarts.init(document.getElementById('newEcharts')).resize();
}

 代码使用如下:


效果如下:

vue中echarts图表宽度自适应,亲测有效_第1张图片 vue中echarts图表宽度自适应,亲测有效_第2张图片

你可能感兴趣的:(vue教程)