diff --git a/core/frontend/src/views/chart/chart/bar/bar_antv.js b/core/frontend/src/views/chart/chart/bar/bar_antv.js index d8466df7a5..2b848d7908 100644 --- a/core/frontend/src/views/chart/chart/bar/bar_antv.js +++ b/core/frontend/src/views/chart/chart/bar/bar_antv.js @@ -271,7 +271,6 @@ export function timeRangeBarOptionAntV(plot, container, chart, action) { const label = getLabel(chart) if (label && !ifAggregate) { label.layout = [ - { type: 'interval-adjust-position' }, { type: 'interval-hide-overlap' }, { type: 'limit-in-plot', cfg: { action: 'hide' }} ]