mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
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