mirror of
https://github.com/dataease/dataease.git
synced 2026-06-10 23:09:59 +08:00
fix(图表): 修复气泡地图轮播时,鼠标悬浮的提示没有消失的问题
This commit is contained in:
committed by
jianneng-fit2cloud
parent
e05bda7647
commit
425efc9223
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user