Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/topfunky/topfunky-sparkline-js
- Owner: topfunky
- Created: 2009-09-09T00:47:45.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-15T20:48:22.000Z (almost 15 years ago)
- Last Synced: 2024-04-15T14:13:25.672Z (7 months ago)
- Language: JavaScript
- Homepage: http://nubyonrails.com
- Size: 125 KB
- Stars: 51
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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)