forked from github/dataease
fix(视图): 仪表板自动刷新时水波图动画消失问题
This commit is contained in:
parent
84559e2a3f
commit
60b2532c62
@ -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
|
this.myChart.options.animation = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user