From 4e6b7efda70f77d046a0749734f0aa034570c1d3 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Fri, 24 May 2024 11:19:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20=E9=80=8F=E8=A7=86?= =?UTF-8?q?=E8=A1=A8=E6=94=AF=E6=8C=81=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/view/ChartEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/views/chart/view/ChartEdit.vue b/core/frontend/src/views/chart/view/ChartEdit.vue index ffb209eb19..2e9bed0166 100644 --- a/core/frontend/src/views/chart/view/ChartEdit.vue +++ b/core/frontend/src/views/chart/view/ChartEdit.vue @@ -2188,7 +2188,7 @@ export default { equalsAny(this.view.type, 'map', 'text') }, showScrollCfg() { - return equalsAny(this.view.type, 'table-normal', 'table-info') + return equalsAny(this.view.type, 'table-normal', 'table-info', 'table-pivot') }, showAnalyseCfg() { if (this.view.type === 'bidirectional-bar' || this.view.type === 'bar-time-range') {