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