From 7777fd358582aed49a5c21345401b48ee805479d Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 25 Dec 2025 18:39:24 +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=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E5=8F=B3=E9=94=AE=E6=8C=89=E4=BD=8F=E4=BB=8D=E7=84=B6?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=8B=96=E6=8B=BD=E7=9A=84=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 | 1 + 1 file changed, 1 insertion(+) 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 f6a3813de6..e2f0894d45 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 @@ -1395,6 +1395,7 @@ export function configL7PlotZoom(chart: Chart, plot: L7Plot) { plot.scene.map['dragPan']?.disable() plot.scene.map['scrollZoom']?.disable() plot.scene.map['doubleClickZoom']?.disable() + plot.scene.map['dragRotate']?.disable() return } plot.once('loaded', () => {