Install Node.js dependencies
$ npm install
Create d3.min.js
$ npm run build
Run the Node server
$ node server.js
Open local webpage: http://127.0.0.1:1337
- D3 Custom Bundle
- Original d3-sankey demo
- Created using the d3-sankey plugin for D3 4.0
- Stolen from Mike Bostock's original sankey demo