src/components/charts/triangleBarChart.vue
@@ -168,8 +168,7 @@ this.setOption(option); }, resize() { let timers = null; timers = setTimeout(() => { setTimeout(() => { this.$options.chart.resize(); this.setData(this.$options.chartData); }, 300)