charts for hyperterm. built on hyperterm-window
$ npm install -g hyperchart
to get the command line tool and then add hyperchart to your plugins array in ~/.hyperterm.js. You'll see a notification popup once the plugin installation happens successfully (give it a few seconds for npm install to finish)
hyperchart <filename> --<chart-type>
Valid chart types are: line, scatter.
Data is passed directly to victory react components. In general it should be json like:
[{"x": "val", "y": "val"}, ...]