Patrick Desjardins Blog
Patrick Desjardins picture from a conference

JQPlot with Internet Explorer 7 and 8 : do not forget excanvas.js

Posted on: 2013-05-23

JQPlot is a javascript library that make easy to have graphic on your website. By default, it uses all the power of Html5.

If you want to use JQPlot with Internet Explorer 8, add this line before adding the JQPlot's javascript files.

 <!--[if IE]><script language="javascript" type="text/javascript" src="@Url.Content("~/Scripts/libs/plot/excanvas.js")"></script><![endif]--> 

This Javascript library can be found on Google Project.

This will let the library use the excanvas.js instead of the Html5 one.