From f64341b38321dae4563ee6184143d7f536a41e53 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Thu, 28 Mar 2024 21:09:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E8=A1=A8=E5=8E=BB=E9=99=A4=E5=BF=AB=E9=80=9F=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/view/ChartEdit.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/frontend/src/views/chart/view/ChartEdit.vue b/core/frontend/src/views/chart/view/ChartEdit.vue index 4cfae1f959..8910488c55 100644 --- a/core/frontend/src/views/chart/view/ChartEdit.vue +++ b/core/frontend/src/views/chart/view/ChartEdit.vue @@ -2569,6 +2569,9 @@ export default { } } } + if (view.type === 'table-info' && ele.groupType === 'q') { + ele.compareCalc = compareItem + } }) if (equalsAny(view.type, 'table-pivot', 'bar-group', 'bar-group-stack', 'flow-map', 'race-bar') || (view.render === 'antv' && (view.type === 'line' || view.type === 'scatter' || view.type === 'bar-time-range'))) {