Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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