提交 9fede285 authored 作者: wangjiahao's avatar wangjiahao

feat: 标题样式控制范围太广-不在仪表盘中控制-改为视图自己控制

上级 1b880d19
...@@ -143,8 +143,8 @@ export default { ...@@ -143,8 +143,8 @@ export default {
const customAttrPanel = JSON.parse(this.canvasStyleData.chart.customAttr) const customAttrPanel = JSON.parse(this.canvasStyleData.chart.customAttr)
const customStylePanel = JSON.parse(this.canvasStyleData.chart.customStyle) const customStylePanel = JSON.parse(this.canvasStyleData.chart.customStyle)
// 组件样式-标题设置 // 组件样式-标题设置 - 标题修改为组件自己控制
customStyleChart.text = customStylePanel.text // customStyleChart.text = customStylePanel.text
// 组件样式-背景设置 // 组件样式-背景设置
customStyleChart.background = customStylePanel.background customStyleChart.background = customStylePanel.background
// 图形属性-颜色设置 // 图形属性-颜色设置
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论