mathisonian / hyperchart

charts for hyperterm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"}, ...]

About

charts for hyperterm

License:MIT License


Languages

Language:JavaScript 100.0%