https://github.com/remixz/sparkline
An Atom package to create sparklines.
https://github.com/remixz/sparkline
Last synced: about 15 hours 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 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T02:08:04.000Z (over 11 years ago)
- Last Synced: 2025-06-11T16:37:57.873Z (3 days 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.

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