Merge pull request #2574 from dataease/pr@dev@refactor-view-liquid

fix(视图): 仪表板自动刷新时水波图动画消失问题
This commit is contained in:
王嘉豪 2022-07-04 18:37:00 +08:00 committed by GitHub
commit 2c4a92fef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,7 @@ export default {
}
}
if (this.myChart && this.searchCount > 0) {
if (this.myChart && chart.type !== 'liquid' && this.searchCount > 0) {
this.myChart.options.animation = false
}