d3-sankey : Visualize flow between nodes in a directed acyclic network.. You can installing d3-sankey npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install d3-sankey $ sudo npm install -g d3-sankey
If want to update the d3-sankey package execute the command as below,
$ sudo npm update d3-sankey
Update package globally,
$ npm install -g d3-sankey
$ sudo git clone https://github.com/rektide/d3-sankey.git
$ sudo npm install -g ./d3-sankey
d3-sankey@0.7.1 /usr/lib/node_modules/d3-sankey
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-sankey
Package Name | d3-sankey |
Version | 0.7.1 |
Description | Visualize flow between nodes in a directed acyclic network. |
Released Date | 2017-06-14T13:47:26.303Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-sankey/tutorial |