Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Raphaël + Flot = Raphlot

An experimental port of Flot to use the Raphaël 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 if they don't have Flash installed, and we intend to expose this to more users in the near future.

About

Flot ported to use Raphaël APIs rather than Canvas (and therefore outputs SVG/VML)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors