mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 08:04:03 +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() {
|
async #loadTelemetryCollections() {
|
||||||
await Promise.all(
|
await Promise.all(
|
||||||
Object.entries(this.#telemetryObjects).map(async ([keystring, telemetryObject]) => {
|
Object.entries(this.#telemetryObjects).map(async ([keystring, telemetryObject]) => {
|
||||||
|
// delete size
|
||||||
|
delete this.#telemetryOptions.size;
|
||||||
const telemetryCollection = this.#openmct.telemetry.requestCollection(
|
const telemetryCollection = this.#openmct.telemetry.requestCollection(
|
||||||
telemetryObject,
|
telemetryObject,
|
||||||
this.#telemetryOptions
|
this.#telemetryOptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user