Echarts自适应浏览器resize报错:Cannot read property 'resize' of undefined
1.问题
今天在做Echarts自适应浏览器时,发现拖动窗口进行缩放时,会出现一个问题:Cannot read property ‘resize’ of undefined。
Echarts插件绘制的柱状图正常情况下页面截图:

但是当我拖动浏览器窗口的边框进行缩放时会报错:

相关代码如下:
mounted() {
this.drawHistogarm();
},
methods:{
drawHistogarm(){
let histogram = this.$echarts.init(document