From c9eed4fc0380ad9b3a5753935d47204fc8a39e98 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Fri, 8 Sep 2023 11:50:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=8F=E8=A7=86=E8=A1=A8=E5=88=97?= =?UTF-8?q?=E6=82=AC=E6=B5=AE=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9=E6=9C=89?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/chart/table/table-info.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/frontend/src/views/chart/chart/table/table-info.js b/core/frontend/src/views/chart/chart/table/table-info.js index 37f026b1b6..c860adbaac 100644 --- a/core/frontend/src/views/chart/chart/table/table-info.js +++ b/core/frontend/src/views/chart/chart/table/table-info.js @@ -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: {