From 4df2058014c89a434205d1d8da6beb4e4ff20842 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 30 Jan 2024 14:57:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=8C=BA?= =?UTF-8?q?=E9=97=B4=E6=9D=A1=E5=BD=A2=E5=9B=BE=EF=BC=8C=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/chart/chart/bar/bar_antv.js | 1 - 1 file changed, 1 deletion(-) 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' }} ]