Use new version of plotting library in stats.py

This commit is contained in:
Henrik Giesel 2020-12-29 12:13:25 +01:00
parent ef9b52f861
commit ec9b4aa273

View file

@ -177,7 +177,7 @@ class DeckStats(QDialog):
self.form.web.title = "deck stats" self.form.web.title = "deck stats"
self.form.web.stdHtml( self.form.web.stdHtml(
"<html><body>" + self.report + "</body></html>", "<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, context=self,
) )
self.mw.progress.finish() self.mw.progress.finish()