zhangzengfei
2020-09-17 d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29
src/components/subComponents/eChartsBar.vue
@@ -73,7 +73,7 @@
        },
        grid: {
          top: 10,
          right: 30,
          right: 50,
          bottom: 20,
          left: 40,
        },
@@ -161,12 +161,14 @@
          }
        ]
      }
      this.eChartsObj = echarts.init(this.$refs.cpuMenery);
      this.eChartsObj.setOption(options);
    },
    windowSizeChange() {
      this.eChartsObj.resize();
    },
    }
  }
};
</script>