feat:NEZ-2383 chart编辑页面支持 repeat 配置项
This commit is contained in:
@@ -580,6 +580,11 @@ export default {
|
||||
result: ''
|
||||
}
|
||||
}
|
||||
if (obj.type === 'group' && !obj.param.repeat) {
|
||||
obj.param.repeat = {
|
||||
variable: ''
|
||||
}
|
||||
}
|
||||
// this.editChart.varType = 1
|
||||
if (obj.param.enable.legend && !obj.param.legend) {
|
||||
obj.param.legend = { placement: 'bottom', values: [], show: true }
|
||||
|
||||
Reference in New Issue
Block a user