fix(仪表板): 区间条形图,标签位置显示错误
This commit is contained in:
parent
51e2a64686
commit
4df2058014
@ -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' }}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user