fix(视图-横向柱状图): 标签和纵轴重叠#6634

This commit is contained in:
wisonic-s 2023-12-08 17:40:20 +08:00
parent 788fb97d02
commit 7bbfe6c21f

View File

@ -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 {