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

This commit is contained in:
wangjiahao
2021-06-11 12:09:11 +08:00
parent 1b880d194b
commit 9fede2852c

View File

@@ -143,8 +143,8 @@ export default {
const customAttrPanel = JSON.parse(this.canvasStyleData.chart.customAttr)
const customStylePanel = JSON.parse(this.canvasStyleData.chart.customStyle)
// 组件样式-标题设置
customStyleChart.text = customStylePanel.text
// 组件样式-标题设置 - 标题修改为组件自己控制
// customStyleChart.text = customStylePanel.text
// 组件样式-背景设置
customStyleChart.background = customStylePanel.background
// 图形属性-颜色设置