diff --git a/core/core-frontend/src/views/chart/components/editor/util/chart.ts b/core/core-frontend/src/views/chart/components/editor/util/chart.ts index 527a106908..0d20515662 100644 --- a/core/core-frontend/src/views/chart/components/editor/util/chart.ts +++ b/core/core-frontend/src/views/chart/components/editor/util/chart.ts @@ -1449,7 +1449,7 @@ export const BASE_VIEW_CONFIG = { type: 'bar', render: 'antv', resultCount: 1000, - resultMode: 'all', + resultMode: 'custom', refreshViewEnable: false, refreshTime: 5, refreshUnit: 'minute',