From 476eb7045ae0efa6bc57b1eb653b1b54554024e6 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Mon, 1 Jun 2026 18:27:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=8F=8C=E5=90=91=E6=9D=A1=E5=BD=A2=E5=9B=BE=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/js/panel/charts/g2/bar/bidirectional-bar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/bidirectional-bar.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/bidirectional-bar.ts index 70ed4376ea..04ce971faf 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/bidirectional-bar.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/g2/bar/bidirectional-bar.ts @@ -885,7 +885,7 @@ export class BidirectionalHorizontalBar extends G2ChartView { }, transform: label.fullDisplay ? [{ type: 'exceedAdjust' }] - : [{ type: 'overlapDodgeY' }, { type: 'exceedAdjust' }, { type: 'overlapHide' }], + : [{ type: 'exceedAdjust' }, { type: 'overlapHide' }], fontFamily: chart.fontFamily } if (formatterMap[yAxis[0].id]?.show !== false) {