Knowledge Transfer

Thursday, September 21, 2017

Angular2 Charts

Angular2 charts examples :

Installation

  1. You can install ng2-charts using npm
    npm install ng2-charts --save
    
  2. You need to install and include Chart.js library in application via html or webpack bundler (more options can be found in official chart.js documentation)
    npm install chart.js --save
    
    Important: Embedding Chart.js in application is mandatory!
  3. More info in this link : https://valor-software.com/ng2-charts/#top


some more Chart Examples for Angular2 :

https://www.npmjs.com/package/angular2-chartjs


Thanks,
Bhaskar


0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]



<< Home