fix(视图-横向柱状图): 标签和纵轴重叠#6634
This commit is contained in:
parent
788fb97d02
commit
7bbfe6c21f
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user