mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
update graphs for new daily stats
This commit is contained in:
parent
e25feed0af
commit
4685523791
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ from cards where reps > 0 and priority != 0""")
|
||||||
n = 0
|
n = 0
|
||||||
colours = ["#ff7777", "#77ffff", "#7777ff"]
|
colours = ["#ff7777", "#77ffff", "#7777ff"]
|
||||||
bars = []
|
bars = []
|
||||||
gs = anki.stats.globalStats(self.deck.s)
|
gs = anki.stats.globalStats(self.deck)
|
||||||
for type in types:
|
for type in types:
|
||||||
total = (getattr(gs, type + "Ease0") +
|
total = (getattr(gs, type + "Ease0") +
|
||||||
getattr(gs, type + "Ease1") +
|
getattr(gs, type + "Ease1") +
|
||||||
|
|
Loading…
Reference in a new issue