3
0

Fix being able to add new metrics in charts

This commit is contained in:
Jože Fortun 2024-09-23 11:29:24 +02:00
parent 9263f690b4
commit cd6bf89e26

View File

@ -622,7 +622,7 @@ export default {
},
addMetric () {
this.metrics = this.metrics.concat([{}])
this.metrics.push(this.chart.defMetric())
},
onDimFieldChange (f, d) {