mirror of
https://github.com/nasa/openmct.git
synced 2025-06-10 11:21:41 +00:00
[Time Conductor] Populate FP from historical
Populate fixed position view from historical telemetry when first loaded. WTD-1515
This commit is contained in:
parent
fcd073c010
commit
ad29fb0f92
@ -222,6 +222,11 @@ define(
|
|||||||
domainObject,
|
domainObject,
|
||||||
updateValues
|
updateValues
|
||||||
);
|
);
|
||||||
|
// Request an initial historical telemetry value
|
||||||
|
handle.request(
|
||||||
|
{ size: 1 }, // Only need a single data point
|
||||||
|
updateValueFromSeries
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle changes in the object's composition
|
// Handle changes in the object's composition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user