From ac055729dc8201cd5ca9127df8c865d8032f303d Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 6 Nov 2024 18:20:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=9F=B1=E7=8A=B6=E5=9B=BE=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E8=BF=87=E9=95=BF=E6=97=B6=E6=98=BE=E7=A4=BA=E9=94=99=E4=BD=8D?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/common/common_antv.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index 91ed3f43e8..674cecf6da 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -168,7 +168,8 @@ export function getLabel(chart: Chart) { 'pie-donut', 'radar', 'waterfall', - 't-heatmap' + 't-heatmap', + 'bar' ].includes(chart.type) ) { layout.push({ type: 'hide-overlap' })