Skip to content

Flot ported to use Raphaël APIs rather than Canvas (and therefore outputs SVG/VML) — Read more http://opensource.timetric.com/raphlot/

License

Notifications You must be signed in to change notification settings

timetric/raphlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raphaël + Flot = Raphlot

An port of Flot to use the Raphaël APIs.

Where Flot produces raster images on a Canvas bitmap, Raphlot (via Raphaël) will produce SVG graphs where supported, and VML graphs on IE6/7/8.

Advantages of this approach:

  • SVG/VML are vector formats, 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

About

Flot ported to use Raphaël APIs rather than Canvas (and therefore outputs SVG/VML) — Read more http://opensource.timetric.com/raphlot/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published