mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
stacked plots are overriding telemetry object configurations
This commit is contained in:
parent
38316bd2f5
commit
f718ccdf4e
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user