chart.js : Simple HTML5 charts using the canvas element.. You can installing chart.js 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 chart.js $ sudo npm install -g chart.js
If want to update the chart.js package execute the command as below,
$ sudo npm update chart.js
Update package globally,
$ npm install -g chart.js
$ sudo git clone https://github.com/rektide/chart.js.git
$ sudo npm install -g ./chart.js
chart.js@2.7.1 /usr/lib/node_modules/chart.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chart.js
Package Name | chart.js |
Version | 2.7.1 |
Description | Simple HTML5 charts using the canvas element. |
Released Date | 2017-10-28T15:10:42.608Z |
Published by | chartjs-ci |
How to Learn | https://www.npmjs.com/package/chart.js/tutorial |