d3-tip : Tooltips for d3 svg visualizations. You can installing d3-tip 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-tip $ sudo npm install -g d3-tip
If want to update the d3-tip package execute the command as below,
$ sudo npm update d3-tip
Update package globally,
$ npm install -g d3-tip
$ sudo git clone https://github.com/rektide/d3-tip.git
$ sudo npm install -g ./d3-tip
d3-tip@0.7.1 /usr/lib/node_modules/d3-tip
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-tip
Package Name | d3-tip |
Version | 0.7.1 |
Description | Tooltips for d3 svg visualizations |
Released Date | 2016-08-23T23:44:48.489Z |
Published by | vdh |
How to Learn | https://www.npmjs.com/package/d3-tip/tutorial |