https://github.com/component/sparkline
Tiny sparkline canvas graphs
https://github.com/component/sparkline
Last synced: 8 months ago
JSON representation
Tiny sparkline canvas graphs
- Host: GitHub
- URL: https://github.com/component/sparkline
- Owner: component
- Created: 2012-11-03T07:52:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-23T18:52:27.000Z (over 13 years ago)
- Last Synced: 2025-04-03T07:05:39.643Z (12 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 15
- Watchers: 3
- 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.

## 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