Fix being able to add new metrics in charts
This commit is contained in:
@@ -622,7 +622,7 @@ export default {
|
||||
},
|
||||
|
||||
addMetric () {
|
||||
this.metrics = this.metrics.concat([{}])
|
||||
this.metrics.push(this.chart.defMetric())
|
||||
},
|
||||
|
||||
onDimFieldChange (f, d) {
|
||||
|
||||
Reference in New Issue
Block a user