whyczyk
2021-03-04 3dbb0a8df1fab9a610bf521d2d082e7304926cd7
src/components/charts/prossPieChart.vue
@@ -170,8 +170,7 @@
        this.setOption(option);
      },
      resize() {
        let timers = null;
        timers = setTimeout(() => {
        setTimeout(() => {
          this.$options.chart.resize();
          this.setData(this.$options.chartData);
        }, 300)