fix(图表): 修复气泡地图轮播时,鼠标悬浮的提示没有消失的问题

This commit is contained in:
jianneng-fit2cloud
2026-04-13 13:46:33 +08:00
committed by jianneng-fit2cloud
parent e05bda7647
commit 425efc9223

View File

@@ -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)) {