mirror of
https://github.com/nasa/openmct.git
synced 2025-01-27 14:49:28 +00:00
delete size for underlying telemetry so we can get full bounds
This commit is contained in:
parent
397ba314b5
commit
0169486999
@ -110,6 +110,8 @@ export default class HistoricalTelemetryProvider {
|
||||
async #loadTelemetryCollections() {
|
||||
await Promise.all(
|
||||
Object.entries(this.#telemetryObjects).map(async ([keystring, telemetryObject]) => {
|
||||
// delete size
|
||||
delete this.#telemetryOptions.size;
|
||||
const telemetryCollection = this.#openmct.telemetry.requestCollection(
|
||||
telemetryObject,
|
||||
this.#telemetryOptions
|
||||
|
Loading…
x
Reference in New Issue
Block a user