Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/remixz/sparkline
- Owner: remixz
- License: mit
- Created: 2014-03-03T00:27:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T02:08:04.000Z (over 10 years ago)
- Last Synced: 2024-04-13T03:33:55.290Z (7 months ago)
- Language: CoffeeScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).