fix(图表): 修复基础柱状图标签过长时显示错位的问题

This commit is contained in:
jianneng-fit2cloud 2024-11-06 18:20:02 +08:00
parent b75909d397
commit ac055729dc

View File

@ -168,7 +168,8 @@ export function getLabel(chart: Chart) {
'pie-donut',
'radar',
'waterfall',
't-heatmap'
't-heatmap',
'bar'
].includes(chart.type)
) {
layout.push({ type: 'hide-overlap' })