Extend allowable range a little so that first reload of triglavians is included
This commit is contained in:
@@ -81,7 +81,7 @@ class FitDpsVsTimeGraph(Graph):
|
||||
return roundToPrec(cache[closestTime], 6)
|
||||
|
||||
def _getXLimits(self, fit, extraData):
|
||||
return 0, 1000
|
||||
return 0, 2500
|
||||
|
||||
def __generateCache(self, fit, maxTime):
|
||||
cache = []
|
||||
|
||||
Reference in New Issue
Block a user