Merge pull request #6082 from dataease/pr@dev@fix_pivot_hover

fix: 透视表列悬浮显示内容有误
This commit is contained in:
wisonic-s 2023-09-08 11:54:07 +08:00 committed by GitHub
commit cfb1e5f46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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