Extend allowable range a little so that first reload of triglavians is included
This commit is contained in:
@@ -79,7 +79,7 @@ class FitDmgVsTimeGraph(Graph):
|
||||
return roundToPrec(cache[closestTime], 6)
|
||||
|
||||
def _getXLimits(self, fit, extraData):
|
||||
return 0, 1000
|
||||
return 0, 2500
|
||||
|
||||
def __generateCache(self, fit, maxTime):
|
||||
cache = self._cache[fit.ID] = {}
|
||||
|
||||
@@ -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