mirror of
https://github.com/nasa/openmct.git
synced 2025-01-17 10:20:27 +00:00
[Time Controller] Return range values
Delegate retrieval of range values appropriately in conductor-driven telemetry series subset. WTD-1515
This commit is contained in:
parent
24449d2dcc
commit
de99969f0a
@ -30,7 +30,7 @@ define(
|
|||||||
};
|
};
|
||||||
|
|
||||||
ConductorTelemetrySeries.prototype.getRangeValue = function (i, r) {
|
ConductorTelemetrySeries.prototype.getRangeValue = function (i, r) {
|
||||||
return this.series.getDomainValue(i + this.startIndex, r);
|
return this.series.getRangeValue(i + this.startIndex, r);
|
||||||
};
|
};
|
||||||
|
|
||||||
return ConductorTelemetrySeries;
|
return ConductorTelemetrySeries;
|
||||||
|
Loading…
Reference in New Issue
Block a user