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) {