d3-brush : Select a one- or two-dimensional region using the mouse or touch.. You can installing d3-brush 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-brush $ sudo npm install -g d3-brush
If want to update the d3-brush package execute the command as below,
$ sudo npm update d3-brush
Update package globally,
$ npm install -g d3-brush
$ sudo git clone https://github.com/rektide/d3-brush.git
$ sudo npm install -g ./d3-brush
d3-brush@1.0.4 /usr/lib/node_modules/d3-brush
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-brush
Package Name | d3-brush |
Version | 1.0.4 |
Description | Select a one- or two-dimensional region using the mouse or touch. |
Released Date | 2017-03-10T18:15:07.241Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-brush/tutorial |