0.2.0 • Published 7 years ago
svg-sankey v0.2.0
svg-sankey
Create SVG Sankey diagrams from the command line. Uses d3-sankey-diagram.
Installation
svg-sankey requires node and npm.
npm install -g svg-sankeyUsage
svg-sankey --size 800,600 --margins 10,150 sankey_data.json > sankey.svgThe input data format is JSON with exactly the same content as used by d3-sankey-diagram. See the documentation and examples.