mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
fix(图表): 修复图表放大之后提示无法显示
This commit is contained in:
@@ -1366,6 +1366,8 @@ export function getTooltipContainer(id) {
|
||||
let wrapperDom = document.getElementById(G2_TOOLTIP_WRAPPER)
|
||||
if (!wrapperDom) {
|
||||
wrapperDom = document.createElement('div')
|
||||
wrapperDom.style.position = 'absolute'
|
||||
wrapperDom.style.zIndex = '9999'
|
||||
wrapperDom.id = G2_TOOLTIP_WRAPPER
|
||||
document.body.appendChild(wrapperDom)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user