Commit aedfdb3b authored by olau@iola.dk's avatar olau@iola.dk

Remove the now obsolete comment about the bundled excanvas containing a bug fix


git-svn-id: https://flot.googlecode.com/svn/trunk@163 1e0a6537-2640-0410-bfb7-f154510ff394
parent a6af993e
...@@ -16,9 +16,8 @@ Installation ...@@ -16,9 +16,8 @@ Installation
Just include the Javascript file after you've included jQuery. Just include the Javascript file after you've included jQuery.
Note that you need to get a version of Excanvas (I currently suggest Note that you need to get a version of Excanvas (e.g. the one bundled
you take the one bundled with Flot as it contains a bugfix for drawing with Flot) which is canvas emulation on Internet Explorer. You can
filled shapes) which is canvas emulation on Internet Explorer. You can
include the excanvas script like this: include the excanvas script like this:
<!--[if IE]><script language="javascript" type="text/javascript" src="excanvas.pack.js"></script><![endif]--> <!--[if IE]><script language="javascript" type="text/javascript" src="excanvas.pack.js"></script><![endif]-->
...@@ -28,9 +27,9 @@ support for VML which excanvas is relying on. It appears that some ...@@ -28,9 +27,9 @@ support for VML which excanvas is relying on. It appears that some
stripped down versions used for test environments on virtual machines stripped down versions used for test environments on virtual machines
lack the VML support. lack the VML support.
Also note that you need at least jQuery 1.2.6 (but at least 1.3.2 is Also note that you need at least jQuery 1.2.6 (but at least jQuery
recommended for interactive charts because of performance improvements 1.3.2 is recommended for interactive charts because of performance
in event handling). improvements in event handling).
Basic usage Basic usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment