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', () => {