forked from github/dataease
fix(图表): 修复基础柱状图标签过长时显示错位的问题
This commit is contained in:
parent
b75909d397
commit
ac055729dc
@ -168,7 +168,8 @@ export function getLabel(chart: Chart) {
|
|||||||
'pie-donut',
|
'pie-donut',
|
||||||
'radar',
|
'radar',
|
||||||
'waterfall',
|
'waterfall',
|
||||||
't-heatmap'
|
't-heatmap',
|
||||||
|
'bar'
|
||||||
].includes(chart.type)
|
].includes(chart.type)
|
||||||
) {
|
) {
|
||||||
layout.push({ type: 'hide-overlap' })
|
layout.push({ type: 'hide-overlap' })
|
||||||
|
Loading…
Reference in New Issue
Block a user