forked from github/dataease
fix: 透视表列悬浮显示内容有误
This commit is contained in:
parent
4bcbcc2fec
commit
c9eed4fc03
@ -705,8 +705,7 @@ function mappingColor(value, defaultColor, field, type) {
|
||||
|
||||
function showTooltip(s2Instance, event) {
|
||||
const cell = s2Instance.getCell(event.target)
|
||||
const meta = cell.getMeta()
|
||||
const content = meta.value
|
||||
const content = cell.actualText
|
||||
|
||||
s2Instance.showTooltip({
|
||||
position: {
|
||||
|
Loading…
Reference in New Issue
Block a user