From 26acd44e5ceef79db13f3a0fbc863acdce898e62 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 25 Dec 2025 18:54:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E3=80=81=E6=B0=94=E6=B3=A1=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=8B=96=E6=8B=BD=E5=90=8E=EF=BC=8C=E5=9C=A8?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E4=B8=AD=E4=BB=8D=E7=84=B6=E8=83=BD?= =?UTF-8?q?=E5=A4=9F=E5=8F=8C=E6=8C=87=E4=B8=8A=E4=B8=8B=E6=97=8B=E8=BD=AC?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E6=94=BE=E5=A4=A7=E7=BC=A9=E5=B0=8F=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/common/common_antv.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index e2f0894d45..3e5f114fac 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -1396,6 +1396,8 @@ export function configL7PlotZoom(chart: Chart, plot: L7Plot) { plot.scene.map['scrollZoom']?.disable() plot.scene.map['doubleClickZoom']?.disable() plot.scene.map['dragRotate']?.disable() + plot.scene.map['touchPitch']?.disable() + plot.scene.map['touchZoomRotate']?.disable() return } plot.once('loaded', () => {