提交 d06d8cfe authored 作者: junjie's avatar junjie

feat(视图):title样式 bug fix

上级 c2cb2d12
...@@ -73,8 +73,8 @@ export default { ...@@ -73,8 +73,8 @@ export default {
} else { } else {
customStyle = JSON.parse(chart.customStyle) customStyle = JSON.parse(chart.customStyle)
} }
if (customStyle.background) { if (customStyle.text) {
this.colorForm = customStyle.background this.titleForm = customStyle.text
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论