d3.chart : A framework for creating reusable charts with D3.js. You can installing d3.chart 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.chart $ sudo npm install -g d3.chart
If want to update the d3.chart package execute the command as below,
$ sudo npm update d3.chart
Update package globally,
$ npm install -g d3.chart
$ sudo git clone https://github.com/rektide/d3.chart.git
$ sudo npm install -g ./d3.chart
d3.chart@0.3.0 /usr/lib/node_modules/d3.chart
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3.chart
Package Name | d3.chart |
Version | 0.3.0 |
Description | A framework for creating reusable charts with D3.js |
Released Date | 2016-01-23T21:47:06.733Z |
Published by | jugglinmike |
How to Learn | https://www.npmjs.com/package/d3.chart/tutorial |