fix(图表): 修复视图提示名称过长导致展示错位问题

#14639
This commit is contained in:
ulleo
2025-02-14 18:26:51 +08:00
committed by dataeaseShu
parent 192e4be6f4
commit 1d549452fe

View File

@@ -140,6 +140,7 @@ export function getTheme(chart: Chart) {
},
'g2-tooltip-name': {
display: 'inline-block',
'line-height': tooltipFontsize + 'px',
flex: 1
},
'g2-tooltip-marker': {