Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/sparkline
Tiny sparkline canvas graphs
https://github.com/component/sparkline
Last synced: 12 days ago
JSON representation
Tiny sparkline canvas graphs
- Host: GitHub
- URL: https://github.com/component/sparkline
- Owner: component
- Created: 2012-11-03T07:52:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-23T18:52:27.000Z (about 12 years ago)
- Last Synced: 2024-05-08T17:06:06.132Z (8 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 15
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# sparkline
Tiny javascript sparkline canvas graphs.
![js sparkline](http://f.cl.ly/items/06470C043x150Q3N321L/spark.png)
## Installation
$ component install component/sparkline
## API
### Sparkline(canvas)
Initialize with the given `canvas`.
### Sparkline#update(data)
Update `data` points, a series of floats. The sparkline
will be drawn and automatically compressed to fit within
the `canvas` dimensions.## License
MIT