Skip to content

mathisonian/hyperchart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published