[Chartjs]-Cannot use ng2-charts with Ionic 3 (ionic-angular 3.9.4)

3πŸ‘

βœ…

ng2-charts-x addresses some of the unresolved issues with ng2-charts, you should try it. Just install it as per the readme, which are similar to what you have done but without importing chart.js directly into app.component.ts.

1πŸ‘

It works for me!

npm install --save ng2-charts@~2.2.5

Leave a comment