mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
fix(视图): 增加副轴字体大小自动跟随仪表版放缩,修复相同字体大小主副轴实际显示大小不同的问题
This commit is contained in:
@@ -143,6 +143,13 @@ export const customStyleTrans = {
|
||||
'lineStyle': ['width']
|
||||
}
|
||||
},
|
||||
'yAxisExt': {
|
||||
'nameTextStyle': ['fontSize'],
|
||||
'axisLabel': ['fontSize'],
|
||||
'splitLine': {
|
||||
'lineStyle': ['width']
|
||||
}
|
||||
},
|
||||
'split': {
|
||||
'name': ['fontSize'],
|
||||
'axisLine': {
|
||||
|
||||
Reference in New Issue
Block a user