mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
deck percentage -> percentage
This commit is contained in:
parent
b291b9f2c0
commit
ca7662ba72
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ group by day order by day)""" % lim,
|
|||
totd.append((grp, tot/float(all)*100))
|
||||
txt = self._title(_("Intervals"),
|
||||
_("Delays until reviews are shown again."))
|
||||
txt += self._graph(id="ivl", ylabel2=_("Deck Percentage"), data=[
|
||||
txt += self._graph(id="ivl", ylabel2=_("Percentage"), data=[
|
||||
dict(data=ivls, color=colIvl),
|
||||
dict(data=totd, color=colCum, yaxis=2,
|
||||
bars={'show': False}, lines=dict(show=True), stack=False)
|
||||
|
|
Loading…
Reference in a new issue