stacked plots are overriding telemetry object configurations

This commit is contained in:
Scott Bell 2024-10-04 11:14:45 +02:00
parent 38316bd2f5
commit f718ccdf4e

View File

@ -249,7 +249,8 @@ export default {
...persistedSeriesConfig.series ...persistedSeriesConfig.series
} }
], ],
yAxis: persistedSeriesConfig.yAxis yAxis: persistedSeriesConfig.yAxis,
...this.childObject.configuration
} }
}, },
openmct: this.openmct, openmct: this.openmct,