mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Use new version of plotting library in stats.py
This commit is contained in:
parent
ef9b52f861
commit
ec9b4aa273
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class DeckStats(QDialog):
|
|||
self.form.web.title = "deck stats"
|
||||
self.form.web.stdHtml(
|
||||
"<html><body>" + self.report + "</body></html>",
|
||||
js=["js/vendor/jquery.min.js", "js/vendor/plot.js"],
|
||||
js=["js/vendor/jquery.min.js", "js/vendor/jquery.flot.js"],
|
||||
context=self,
|
||||
)
|
||||
self.mw.progress.finish()
|
||||
|
|
Loading…
Reference in a new issue