From 425efc922365a74423c85f17ea8412aed3faa6ac Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Mon, 13 Apr 2026 13:46:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=B0=94=E6=B3=A1=E5=9C=B0=E5=9B=BE=E8=BD=AE=E6=92=AD=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=B2=A1=E6=9C=89=E6=B6=88=E5=A4=B1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/js/panel/charts/map/tooltip-carousel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/tooltip-carousel.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/tooltip-carousel.ts index 7eca14ac89..4c3630cc7d 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/tooltip-carousel.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/tooltip-carousel.ts @@ -253,7 +253,7 @@ export class CarouselManager { } this.createSymbolicMapPopup(index) } else { - if (this.chart.type === 'map') { + if (['map', 'bubble-map'].includes(this.chart.type)) { // 轮播进行时,隐藏隐藏鼠标悬浮的tooltip const mouseTooltip = containerElement.getElementsByClassName('l7plot-tooltip-container') for (const tooltip of Array.from(mouseTooltip)) {