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
pull/1/head
olau@iola.dk 17 years ago
parent a6af993e9b
commit aedfdb3b74

@ -16,9 +16,8 @@ Installation
Just include the Javascript file after you've included jQuery.
Note that you need to get a version of Excanvas (I currently suggest
you take the one bundled with Flot as it contains a bugfix for drawing
filled shapes) which is canvas emulation on Internet Explorer. You can
Note that you need to get a version of Excanvas (e.g. the one bundled
with Flot) which is canvas emulation on Internet Explorer. You can
include the excanvas script like this:
<!--[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
stripped down versions used for test environments on virtual machines
lack the VML support.
Also note that you need at least jQuery 1.2.6 (but at least 1.3.2 is
recommended for interactive charts because of performance improvements
in event handling).
Also note that you need at least jQuery 1.2.6 (but at least jQuery
1.3.2 is recommended for interactive charts because of performance
improvements in event handling).
Basic usage

Loading…
Cancel
Save