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