Commit 328c2be2 authored by Hongli Lai (Phusion)'s avatar Hongli Lai (Phusion)

Convert README to markdown format for better readability.

parent 1a99246c
About About
----- =====
Flot is a Javascript plotting library for jQuery. Read more at the Flot is a Javascript plotting library for jQuery. Read more at
website: [the website.](http://code.google.com/p/flot/)
http://code.google.com/p/flot/
Take a look at the examples linked from above, they should give a good Take a look at the examples linked from above, they should give a good
impression of what Flot can do and the source code of the examples is impression of what Flot can do and the source code of the examples is
...@@ -23,7 +21,8 @@ For support for Internet Explorer < 9, you can use Excanvas, a canvas ...@@ -23,7 +21,8 @@ For support for Internet Explorer < 9, you can use Excanvas, a canvas
emulator; this is used in the examples bundled with Flot. You just emulator; this is used in the examples bundled with Flot. You just
include the excanvas script like this: include the excanvas script like this:
<!--[if lte IE 8]><script language="javascript" type="text/javascript" src="excanvas.min.js"></script><![endif]--> <!--[if lte IE 8]><script language="javascript" type="text/javascript"
src="excanvas.min.js"></script><![endif]-->
If it's not working on your development IE 6.0, check that it has If it's not working on your development IE 6.0, check that it has
support for VML which Excanvas is relying on. It appears that some support for VML which Excanvas is relying on. It appears that some
......
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