mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
fix(图表): 修复禁用标题时,图表仍会显示备注的问题
This commit is contained in:
parent
e1163c9a27
commit
d0d185f8ef
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user