Fix DPS over time graph

This commit is contained in:
DarkPhoenix
2019-05-12 06:46:28 +03:00
parent 2320c3cb57
commit d93544b3bc
3 changed files with 78 additions and 7 deletions

View File

@@ -72,6 +72,7 @@ class FitDpsTimeGraph(Graph):
x = []
y = []
fitDpsTime.recalc()
for point, val in fitDpsTime.getIterator():
x.append(point[variable])
y.append(val)