Commit 0c08a9ab authored by olau@iola.dk's avatar olau@iola.dk

Fixed formulation

git-svn-id: https://flot.googlecode.com/svn/trunk@26 1e0a6537-2640-0410-bfb7-f154510ff394
parent 1308e069
...@@ -13,13 +13,12 @@ impression of what Flot can do. ...@@ -13,13 +13,12 @@ impression of what Flot can do.
Installation Installation
------------ ------------
Just include the Javascript file after you've included jQuery. Note that you Just include the Javascript file after you've included jQuery.
need to download 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. And
don't worry, the emulation is otherwise working fine.
You can include the excanvas script like this: 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
include the excanvas script like this:
<!--[if IE]><script language="javascript" type="text/javascript" src="excanvas.js"></script><![endif]--> <!--[if IE]><script language="javascript" type="text/javascript" src="excanvas.js"></script><![endif]-->
......
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