/hyperchart

charts for hyperterm

Primary LanguageJavaScriptMIT LicenseMIT

hyperchart

charts for hyperterm. built on hyperterm-window

hyperchart

install

$ 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)

usage

hyperchart <filename> --<chart-type>

Valid chart types are: line, scatter.

data formatting:

Data is passed directly to victory react components. In general it should be json like:

[{"x": "val", "y": "val"}, ...]