93Alliance / ng-chartjs

A fully functional Angular2+ chart.js library.
https://93alliance.github.io/ng-chartjs/
MIT License
87 stars 10 forks source link

Differences to ng2-charts #16

Closed fuerst closed 4 years ago

fuerst commented 4 years ago

Hi, thank you for your work! I'm unsure which package to use: ng2-charts or ng-chartjs. What was your motivation to create ng-chartjs and which advantages do I get when using it instead of ng2-charts?

93Alliance commented 4 years ago

ng-chartjs came about because ng2-charts was unmaintained and it had some bugs and issues.

Advantages of ng-chartjs are lightweight and inline plugins, global plugins, ngZone optimization

93Alliance commented 4 years ago

You can choose any of them, this one is in use in my project, so I'll do my best to maintain it.

fuerst commented 4 years ago

Thanks a lot, I'll give it a try.