fix(视图): 增加副轴字体大小自动跟随仪表版放缩,修复相同字体大小主副轴实际显示大小不同的问题

This commit is contained in:
wangjiahao 2022-08-23 17:13:26 +08:00
parent 3a8a6f0cf5
commit e65c91ae28

View File

@ -143,6 +143,13 @@ export const customStyleTrans = {
'lineStyle': ['width'] 'lineStyle': ['width']
} }
}, },
'yAxisExt': {
'nameTextStyle': ['fontSize'],
'axisLabel': ['fontSize'],
'splitLine': {
'lineStyle': ['width']
}
},
'split': { 'split': {
'name': ['fontSize'], 'name': ['fontSize'],
'axisLine': { 'axisLine': {