Merge pull request #2917 from dataease/pr@dev@fix_panel-canvas

fix(视图): 增加副轴字体大小自动跟随仪表版放缩,修复相同字体大小主副轴实际显示大小不同的问题
This commit is contained in:
王嘉豪 2022-08-23 17:14:45 +08:00 committed by GitHub
commit 256adc5d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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