fix:rightbox删除option配置
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user