mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(仪表板): 区间条形图,标签位置显示错误
This commit is contained in:
@@ -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' }}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user