update graphs for new daily stats

This commit is contained in:
Damien Elmes 2008-10-12 01:57:33 +09:00
parent e25feed0af
commit 4685523791

View file

@ -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") +