fix(视图): 修复AntV组合图插件副轴标签字体大小没有缩放问题

This commit is contained in:
ulleo 2024-03-28 16:08:37 +08:00
parent 7c70e193c4
commit e2447351a6

View File

@ -124,7 +124,8 @@ export const customAttrTrans = {
'quotaSuffixFontSize'
],
'label': [
'fontSize'
'fontSize',
'subFontSize'
],
'tooltip': {
'textStyle': ['fontSize']