d3-hierarchy : Layout algorithms for visualizing hierarchical data.. You can installing d3-hierarchy 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-hierarchy $ sudo npm install -g d3-hierarchy
If want to update the d3-hierarchy package execute the command as below,
$ sudo npm update d3-hierarchy
Update package globally,
$ npm install -g d3-hierarchy
$ sudo git clone https://github.com/rektide/d3-hierarchy.git
$ sudo npm install -g ./d3-hierarchy
d3-hierarchy@1.1.5 /usr/lib/node_modules/d3-hierarchy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-hierarchy
Package Name | d3-hierarchy |
Version | 1.1.5 |
Description | Layout algorithms for visualizing hierarchical data. |
Released Date | 2017-06-09T19:43:22.682Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-hierarchy/tutorial |