diff --git a/frontend/src/components/canvas/custom-component/UserView.vue b/frontend/src/components/canvas/custom-component/UserView.vue index 01935289c4..bb6b9fd515 100644 --- a/frontend/src/components/canvas/custom-component/UserView.vue +++ b/frontend/src/components/canvas/custom-component/UserView.vue @@ -858,6 +858,9 @@ export default { this.chart.stylePriority = param.viewInfo.stylePriority this.sourceCustomAttrStr = this.chart.customAttr this.sourceCustomStyleStr = this.chart.customStyle + if (this.componentViewsData[this.chart.id]) { + this.componentViewsData[this.chart.id]['title'] = this.chart.title + } this.mergeScale() } }