src/components/subComponents/eChartsBar.vue
@@ -161,12 +161,14 @@ } ] } this.eChartsObj = echarts.init(this.$refs.cpuMenery); this.eChartsObj.setOption(options); }, windowSizeChange() { this.eChartsObj.resize(); }, } } }; </script>