Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

window.G_vmlCanvasManager error


Project:graphTable: graph data from HTML table using flot
Version:0.1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
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