From c894fa4c2cbbdd0e3e7df980c8a180ef4e438479 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 5 Jun 2024 16:20:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E9=BB=98=E8=AE=A4=E7=BB=93=E6=9E=9C=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=201000=20=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/editor/util/chart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',