echarts : A powerful charting and visualization library for browser. You can installing echarts 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 echarts $ sudo npm install -g echarts
If want to update the echarts package execute the command as below,
$ sudo npm update echarts
Update package globally,
$ npm install -g echarts
$ sudo git clone https://github.com/rektide/echarts.git
$ sudo npm install -g ./echarts
echarts@3.8.5 /usr/lib/node_modules/echarts
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall echarts
Package Name | echarts |
Version | 3.8.5 |
Description | A powerful charting and visualization library for browser |
Released Date | 2017-11-14T06:16:27.355Z |
Published by | ecomfe |
How to Learn | https://www.npmjs.com/package/echarts/tutorial |