diff --git a/eos/graph/fitDmgVsTime.py b/eos/graph/fitDmgVsTime.py index c73df8b1d..49912ec90 100644 --- a/eos/graph/fitDmgVsTime.py +++ b/eos/graph/fitDmgVsTime.py @@ -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] = {} diff --git a/eos/graph/fitDpsVsTime.py b/eos/graph/fitDpsVsTime.py index 20023a388..830b3948b 100644 --- a/eos/graph/fitDpsVsTime.py +++ b/eos/graph/fitDpsVsTime.py @@ -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 = []