Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/remixz/sparkline

An Atom package to create sparklines.
https://github.com/remixz/sparkline

Last synced: about 1 month ago
JSON representation

An Atom package to create sparklines.

Awesome Lists containing this project

README

        

## Sparkline

An Atom package to generate Sparklines from comma-separated lines of numbers.

![](http://i.imgur.com/iRM0EFt.gif)

### Usage

Select a comma-separated line(s) of numbers (or leave the selection blank to use the whole file). Then, either type in `sparkline` in the Command Palette, press `Control-Shift-S`, or go to the `Edit` menu, choose `Text`, then choose `Convert to Sparkline`.

### Credits

* `range-finder.coffee` is via https://github.com/atom/sort-lines/blob/master/lib/range-finder.coffee
* Sparkline algorithm based off of [spark](https://github.com/holman/spark).