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') {