Home > topfunky-sparkline-js

topfunky-sparkline-js

Topfunky-sparkline-js is a project mainly written in JavaScript, it's free.

Sparkline graph library using Raphael.js

Description

A Javascript library for creating small but informative graphs with Javascript.

Requires the Raphael SVG drawing library.

Can be used with Cufon for font drawing.

Author

Geoffrey Grosenbach PeepCode Screencasts

Example

See the example page

Usage

TopfunkySparkline("my_canvas_element", [1,2,3,4,5], {width:400, height:30, title:"A Chart"});

Planned Features

  • A bullet graph
  • Extra info on hover
  • Other graph types (time plot)
Previous:Assignment-2B