fix(图表): 修复禁用标题时,图表仍会显示备注的问题

This commit is contained in:
ulleo 2024-07-02 17:53:00 +08:00
parent e1163c9a27
commit d0d185f8ef

View File

@ -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
}
}