dc : A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js . You can installing dc 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 dc $ sudo npm install -g dc
If want to update the dc package execute the command as below,
$ sudo npm update dc
Update package globally,
$ npm install -g dc
$ sudo git clone https://github.com/rektide/dc.git
$ sudo npm install -g ./dc
dc@2.1.9 /usr/lib/node_modules/dc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dc
Package Name | dc |
Version | 2.1.9 |
Description | A multi-dimensional charting library built to work natively with crossfilter and rendered using d3.js |
Released Date | 2017-10-30T23:38:55.524Z |
Published by | gordonwoodhull |
How to Learn | https://www.npmjs.com/package/dc/tutorial |