Merge pull request #8773 from ulleo/dev
fix(视图): 修复AntV组合图插件副轴标签字体大小没有缩放问题
This commit is contained in:
commit
7b85f11a11
@ -124,7 +124,8 @@ export const customAttrTrans = {
|
|||||||
'quotaSuffixFontSize'
|
'quotaSuffixFontSize'
|
||||||
],
|
],
|
||||||
'label': [
|
'label': [
|
||||||
'fontSize'
|
'fontSize',
|
||||||
|
'subFontSize'
|
||||||
],
|
],
|
||||||
'tooltip': {
|
'tooltip': {
|
||||||
'textStyle': ['fontSize']
|
'textStyle': ['fontSize']
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user