mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +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,
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user