feat(视图):title样式 bug fix
This commit is contained in:
parent
c2cb2d125c
commit
d06d8cfedc
@ -73,8 +73,8 @@ export default {
|
||||
} else {
|
||||
customStyle = JSON.parse(chart.customStyle)
|
||||
}
|
||||
if (customStyle.background) {
|
||||
this.colorForm = customStyle.background
|
||||
if (customStyle.text) {
|
||||
this.titleForm = customStyle.text
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user