web/views/plots.py
branchstable
changeset 3097 a7adeca85656
parent 2657 de974465d381
child 3338 cd137d90f896
--- a/web/views/plots.py	Wed Sep 02 10:40:43 2009 +0200
+++ b/web/views/plots.py	Wed Sep 02 10:41:05 2009 +0200
@@ -103,7 +103,7 @@
 
     def _render(self, req, width=500, height=400):
         # XXX IE requires excanvas.js
-        req.add_js( ('jquery.flot.js', 'cubicweb.flot.js') )
+        req.add_js( ('jquery.flot.js', 'cubicweb.flot.js', 'excanvas.js') )
         figid = u'figure%s' % make_uid('foo')
         plotdefs = []
         plotdata = []