forked from github/dataease
fix(视图): 增加副轴字体大小自动跟随仪表版放缩,修复相同字体大小主副轴实际显示大小不同的问题
This commit is contained in:
parent
3a8a6f0cf5
commit
e65c91ae28
@ -143,6 +143,13 @@ export const customStyleTrans = {
|
||||
'lineStyle': ['width']
|
||||
}
|
||||
},
|
||||
'yAxisExt': {
|
||||
'nameTextStyle': ['fontSize'],
|
||||
'axisLabel': ['fontSize'],
|
||||
'splitLine': {
|
||||
'lineStyle': ['width']
|
||||
}
|
||||
},
|
||||
'split': {
|
||||
'name': ['fontSize'],
|
||||
'axisLine': {
|
||||
|
Loading…
Reference in New Issue
Block a user