Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 650 Bytes

File metadata and controls

26 lines (15 loc) · 650 Bytes

C2PO JavaScript language bindings

C2PO is a grammar of graphics implementation inspired by Hadley Wickham's ggplot2 library. This JavaScript library uses the free online C2PO compiler and is limited to 1 MB of data. Plot specifications are compiled directly to an SVG string, which is returned:

This is an experimental package; the package API, plot specification syntax, and remote server may change or disappear at any time.

Install

Development

Install Node.js, then run

npm install -d

This will install coffee-script and uglifyjs.