mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
Merge pull request #10720 from ulleo/dev-v2
fix(图表): 修复禁用标题时,图表仍会显示备注的问题
This commit is contained in:
@@ -282,7 +282,7 @@ const initTitle = () => {
|
||||
)
|
||||
}
|
||||
|
||||
state.title_remark.show = customStyle.text.remarkShow
|
||||
state.title_remark.show = customStyle.text.show && customStyle.text.remarkShow
|
||||
state.title_remark.remark = customStyle.text.remark
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user