fix:rightbox删除option配置

This commit is contained in:
zyh
2023-09-22 10:53:54 +08:00
parent 070226e452
commit dba1179e60
4 changed files with 0 additions and 78 deletions

View File

@@ -266,10 +266,6 @@ export default {
min: undefined,
max: undefined
},
option: {
lineWidth: 2,
pointSize: 8
}
},
elements: [{ expression: '', legend: '', type: 'expert', id: '', name: 'A', state: 1, orderNum: 0 }],
panel: '',
@@ -632,12 +628,6 @@ export default {
max: undefined
}
}
if (!this.chart.param.option) {
this.chart.param.option = {
lineWidth: 2,
pointSize: 8
}
}
}
if (this.chart.type === 'stat') {
if (!this.chart.param.sparklineMode) { this.chart.param.sparklineMode = 'none' }
@@ -674,12 +664,6 @@ export default {
max: undefined
}
}
if (!this.chart.param.option) {
this.chart.param.option = {
lineWidth: 2,
pointSize: 8
}
}
}
if (this.chart.type === 'stat') {
if (!this.chart.param.sparklineMode) { this.chart.param.sparklineMode = 'none' }