Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/topfunky/topfunky-sparkline-js

Sparkline graph library using Raphael.js
https://github.com/topfunky/topfunky-sparkline-js

Last synced: 11 days ago
JSON representation

Sparkline graph library using Raphael.js

Awesome Lists containing this project

README

        

Description
===========

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

Requires the [Raphael](http://raphaeljs.com/) SVG drawing library.

Can be used with [Cufon](http://cufon.shoqolate.com/generate/) for font drawing.

Author
------
[Geoffrey Grosenbach](http://nubyonrails.com)
[PeepCode Screencasts](http://peepcode.com)

Example
-------

See the [example page](http://topfunky.github.com/topfunky-sparkline-js)

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)