Merge pull request #8773 from ulleo/dev

fix(视图): 修复AntV组合图插件副轴标签字体大小没有缩放问题
This commit is contained in:
ulleo 2024-03-28 16:09:06 +08:00 committed by GitHub
commit 7b85f11a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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