mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(视图-横向柱状图): 标签和纵轴重叠#6634
This commit is contained in:
@@ -146,7 +146,7 @@ export function getLabel(chart) {
|
||||
}
|
||||
} else if (chart.type.includes('bar')) {
|
||||
label = {
|
||||
layout: [{ type: 'limit-in-canvas' }],
|
||||
layout: [{ type: 'limit-in-plot' }],
|
||||
position: l.position
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user