d3-scale : Encodings that map abstract data to visual representation.. You can installing d3-scale 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-scale $ sudo npm install -g d3-scale
If want to update the d3-scale package execute the command as below,
$ sudo npm update d3-scale
Update package globally,
$ npm install -g d3-scale
$ sudo git clone https://github.com/rektide/d3-scale.git
$ sudo npm install -g ./d3-scale
d3-scale@1.0.7 /usr/lib/node_modules/d3-scale
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-scale
Package Name | d3-scale |
Version | 1.0.7 |
Description | Encodings that map abstract data to visual representation. |
Released Date | 2017-11-21T21:37:53.745Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-scale/tutorial |