mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +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) {
|
||||
return this.series.getDomainValue(i + this.startIndex, r);
|
||||
return this.series.getRangeValue(i + this.startIndex, r);
|
||||
};
|
||||
|
||||
return ConductorTelemetrySeries;
|
||||
|
Loading…
Reference in New Issue
Block a user