From aedfdb3b742aec12478d464412959f408e6c9700 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Fri, 19 Jun 2009 13:47:36 +0000 Subject: [PATCH] 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 --- README.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 3f15f05..b66e4c7 100644 --- a/README.txt +++ b/README.txt @@ -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: @@ -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