mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
forcing scale in intervals graph gives incorrect xaxis
This commit is contained in:
parent
315838a56b
commit
ee691cc608
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue