mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +00:00
Merge pull request #2097 from nasa/matching-historical-states
use correct duration for historical states
This commit is contained in:
commit
da0ed95662
@ -72,7 +72,7 @@ define([
|
||||
var data = [];
|
||||
while (start <= end && data.length < 5000) {
|
||||
data.push(pointForTimestamp(start, duration, domainObject.name));
|
||||
start += 5000;
|
||||
start += duration;
|
||||
}
|
||||
return Promise.resolve(data);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user