From 60b2532c627a131994a79663b1cf46473db8a053 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 4 Jul 2022 18:35:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E6=9D=BF=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0=E6=97=B6=E6=B0=B4?= =?UTF-8?q?=E6=B3=A2=E5=9B=BE=E5=8A=A8=E7=94=BB=E6=B6=88=E5=A4=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/ChartComponentG2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }