fix(仪表板): 区间条形图,标签位置显示错误

This commit is contained in:
ulleo 2024-01-30 14:57:45 +08:00
parent 51e2a64686
commit 4df2058014

View File

@ -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' }}
]