From ee691cc608cca6f0598829fddc014b082c013993 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 27 May 2012 13:32:59 +0900 Subject: [PATCH] forcing scale in intervals graph gives incorrect xaxis --- anki/stats.py | 1 - 1 file changed, 1 deletion(-) diff --git a/anki/stats.py b/anki/stats.py index eb14c693c..19d490b89 100644 --- a/anki/stats.py +++ b/anki/stats.py @@ -389,7 +389,6 @@ group by day order by day)""" % lim, dict(data=totd, color=colCum, yaxis=2, bars={'show': False}, lines=dict(show=True), stack=False) ], conf=dict( - xaxis=dict(min=-0.5, max=ivls[-1][0]+0.5), yaxes=[dict(), dict(position="right", max=105)])) i = [] self._line(i, _("Average interval"), fmtTimeSpan(avg*86400))