[Time Conductor] Populate FP from historical

Populate fixed position view from historical
telemetry when first loaded. WTD-1515
This commit is contained in:
Victor Woeltjen 2015-09-16 13:38:47 -07:00
parent fcd073c010
commit ad29fb0f92

View File

@ -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