mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[Time Conductor] Ignore empty series
...when updating Fixed Position view.
This commit is contained in:
@ -105,12 +105,14 @@ define(
|
|||||||
index
|
index
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (index >= 0) {
|
||||||
setDisplayedValue(
|
setDisplayedValue(
|
||||||
telemetryObject,
|
telemetryObject,
|
||||||
telemetrySeries.getRangeValue(index),
|
telemetrySeries.getRangeValue(index),
|
||||||
limit && datum && limit.evaluate(datum)
|
limit && datum && limit.evaluate(datum)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Update the displayed value for this object
|
// Update the displayed value for this object
|
||||||
function updateValue(telemetryObject) {
|
function updateValue(telemetryObject) {
|
||||||
|
Reference in New Issue
Block a user