mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
fix(图表): 优化双向条形图的标签显示逻辑
This commit is contained in:
@@ -885,7 +885,7 @@ export class BidirectionalHorizontalBar extends G2ChartView {
|
||||
},
|
||||
transform: label.fullDisplay
|
||||
? [{ type: 'exceedAdjust' }]
|
||||
: [{ type: 'overlapDodgeY' }, { type: 'exceedAdjust' }, { type: 'overlapHide' }],
|
||||
: [{ type: 'exceedAdjust' }, { type: 'overlapHide' }],
|
||||
fontFamily: chart.fontFamily
|
||||
}
|
||||
if (formatterMap[yAxis[0].id]?.show !== false) {
|
||||
|
||||
Reference in New Issue
Block a user