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' })