93Alliance / ng-chartjs

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

Provide an Angular chartjs adaptor #33

Open OrangeDog opened 2 years ago

OrangeDog commented 2 years ago

Angular already has date parsing/formatting functions in @angular/common.

Rather than needing to separately add the date-fns, moment, etc. adaptor, this module could provide one itself that can be used without additional dependencies.

93Alliance commented 2 years ago

This will be supported in the next version.