forked from github/dataease
refactor: 增加高级选项设置内容实时显示
This commit is contained in:
parent
5ce21e9471
commit
7173b0f031
@ -728,6 +728,7 @@ export default {
|
||||
} else if (param.type === 'styleChange') {
|
||||
this.chart.customAttr = param.viewInfo.customAttr
|
||||
this.chart.customStyle = param.viewInfo.customStyle
|
||||
this.chart.senior = param.viewInfo.senior
|
||||
this.sourceCustomAttrStr = this.chart.customAttr
|
||||
this.sourceCustomStyleStr = this.chart.customStyle
|
||||
this.mergeScale()
|
||||
|
Loading…
Reference in New Issue
Block a user