mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Revert "forcing scale in intervals graph gives incorrect xaxis"
This reverts commit ee691cc608
.
This commit is contained in:
parent
7458fca33c
commit
fe35b8cf83
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ group by day order by day)""" % lim,
|
||||||
dict(data=totd, color=colCum, yaxis=2,
|
dict(data=totd, color=colCum, yaxis=2,
|
||||||
bars={'show': False}, lines=dict(show=True), stack=False)
|
bars={'show': False}, lines=dict(show=True), stack=False)
|
||||||
], conf=dict(
|
], conf=dict(
|
||||||
|
xaxis=dict(min=-0.5, max=ivls[-1][0]+0.5),
|
||||||
yaxes=[dict(), dict(position="right", max=105)]))
|
yaxes=[dict(), dict(position="right", max=105)]))
|
||||||
i = []
|
i = []
|
||||||
self._line(i, _("Average interval"), fmtTimeSpan(avg*86400))
|
self._line(i, _("Average interval"), fmtTimeSpan(avg*86400))
|
||||||
|
|
Loading…
Reference in a new issue