window.G_vmlCanvasManager error
June 6, 2008 - 6:36pm — myersca
| Project: | graphTable: graph data from HTML table using flot |
| Version: | 0.1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
On IE 6 and 7 this error is showing up when I click on the demo at:
http://www.rebeccamurphey.com/jquery/graphTable/table.html
The charts don't display. This is a specific Flot argument and the charts work at the Flot site. I am wondering if that call is not being dealt with in the plugin. Any help would be appreciated.

Comments
#1
I have the same error. In firefox works fine, but in IE it sends this error...
Any help would be appreciated... :(
#2
Was having the same issue, but then spotted this line in the source of the flot examples on the flot site (which all work in ie )
<!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.pack.js"></script><![endif]-->Add that in and it should be sweet. I grabbed it from http://people.iola.dk/olau/flot/excanvas.pack.js