fix: [Echarts动态排序图] 变更数据或配置后没从头开始赛跑

This commit is contained in:
ulleo 2023-09-08 15:59:44 +08:00
parent 5cc8747e36
commit 943fc28549

View File

@ -398,6 +398,8 @@ export default {
this.myChart.on('finished', () => {
this.loading = false
})
this.currentIndex = 0;
})
},
loadThemeStyle() {