From b0eddde6b5fee78e44aec02c2a0619134322f868 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Tue, 10 Mar 2026 18:59:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=BC=8F=E6=96=97=E5=9B=BE):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=A0=87=E7=AD=BE=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E9=87=8D=E5=8F=A0=E5=A4=84=E7=90=86?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=BB=A5=E6=94=B9=E5=96=84=E8=A7=86=E8=A7=89?= =?UTF-8?q?=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/js/panel/charts/g2/relation/funnel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/relation/funnel.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/relation/funnel.ts index a35adcc2f5..38b49737b9 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/relation/funnel.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/relation/funnel.ts @@ -153,7 +153,7 @@ export class Funnel extends G2ChartView { position: label.position === 'middle' ? 'inside' : label.position, fontSize: label.fontSize, fill: label.color, - transform: !label.fullDisplay ? [{ type: 'overflowHide' }] : [] + transform: label.fullDisplay === true ? [] : [{ type: 'overlapHide' }] }) } if (label.conversionTag?.show) {