[views] #344733: make burndown chart visible with IE6/7 stable
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 02 Sep 2009 10:41:05 +0200
branchstable
changeset 3097 a7adeca85656
parent 3096 8ee9529d8367
child 3098 4f4ad6f50212
child 3106 226da883d17a
[views] #344733: make burndown chart visible with IE6/7
web/views/plots.py
--- 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 = []