Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wilson committed Jul 4, 2010
0 parents commit 2ea18bd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README
@@ -0,0 +1,18 @@
Raphaël + Flot = Raphlot
========================

An experimental port of [Flot](http://code.google.com/p/flot/) to use the [Raphaël](http://raphaeljs.com/) APIs.

Advantages of this approach:

* SVG is a vector format, which is much better suited to drawing graphs.
* No need for excanvas
* Looks better at arbitrary zoom levels (important for multitouch devices)
* IE9 will support hardware-accelerated SVG

Disadvantages:

* It's currently a little slower than Canvas
* No support on Android until v2.0 (Gingerbread)

While experimental, this code is currently being served to users of [timetric.com](http://timetric.com) if they don't have Flash installed, and we intend to expose this to more users in the near future.

0 comments on commit 2ea18bd

Please sign in to comment.