whyczyk
2021-03-04 707b1ea79680949571a2dd923d1412bb1a3d5fcc
src/components/charts/latticeBar.vue
@@ -166,8 +166,11 @@
        this.setOption(option);
      },
      resize() {
        let timers = null;
        timers = setTimeout(() => {
        this.$options.chart.resize();
        this.setData(this.$options.chartData);
        }, 300)
      }
    },
    mounted() {