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