fix: 透视表列悬浮显示内容有误

This commit is contained in:
wisonic-s 2023-09-08 11:50:05 +08:00
parent 4bcbcc2fec
commit c9eed4fc03

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