Merge pull request #10720 from ulleo/dev-v2

fix(图表): 修复禁用标题时,图表仍会显示备注的问题
This commit is contained in:
ulleo 2024-07-02 17:53:44 +08:00 committed by GitHub
commit 2b0169295f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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