Merge pull request #7908 from ulleo/dev

fix(仪表板): 区间条形图,标签位置显示错误
This commit is contained in:
ulleo 2024-01-30 14:58:13 +08:00 committed by GitHub
commit 98af5d00d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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