Skip to content

Commit

Permalink
Removes redundancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Gappa authored Aug 29, 2016
1 parent c057bd1 commit 56d60fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ TODO

## Details

- `chart` infers STDIN format by analysing line format on each line (doesn't infer separator though; defaults to `\t` and accepts user overrides) and computing the winner format.
- `chart` is still experimental.
- `chart` uses the awesome [ChartJS](http://www.chartjs.org/) library to plot the charts.
- it infers STDIN format by analysing line format on each line (doesn't infer separator though; defaults to `\t` and accepts user overrides) and computing the winner format.
- it uses the awesome [ChartJS](http://www.chartjs.org/) library to plot the charts.
- when input data is string-only, `chart` infers a "word frequency pie chart" use case.
- should work on Linux/Mac/Windows thanks to [open-golang](https://github.com/skratchdot/open-golang).

Expand Down

0 comments on commit 56d60fb

Please sign in to comment.