recharts : React charts. You can installing recharts 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 recharts $ sudo npm install -g recharts
If want to update the recharts package execute the command as below,
$ sudo npm update recharts
Update package globally,
$ npm install -g recharts
$ sudo git clone https://github.com/rektide/recharts.git
$ sudo npm install -g ./recharts
recharts@1.0.0-beta.5 /usr/lib/node_modules/recharts
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall recharts
| Package Name | recharts |
| Version | 1.0.0-beta.5 |
| Description | React charts |
| Released Date | 2017-11-24T09:13:42.402Z |
| Published by | xile611 |
| How to Learn | https://www.npmjs.com/package/recharts/tutorial |