diff --git a/frontend/src/views/chart/components/ChartComponentG2.vue b/frontend/src/views/chart/components/ChartComponentG2.vue index 5d703abdc3..6ff036748b 100644 --- a/frontend/src/views/chart/components/ChartComponentG2.vue +++ b/frontend/src/views/chart/components/ChartComponentG2.vue @@ -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 }