ng2-charts
ng2-charts copied to clipboard
Guide on how to update from v2 to v3
This would be nice! 👍
The "Stackblitz Starting Templates" all still use v2, for example
There's a migration guide for Chart.js options here: https://www.chartjs.org/docs/latest/getting-started/v3-migration.html
As for this library, the stackblitz examples were updated just recently. Contributions in the form of a migration guide would be very welcome, if someone had some time to compare the old examples with the new ones. For example:
https://stackblitz.com/edit/ng2-charts-line-template
vs
https://stackblitz.com/github/santam85/ng2-charts-line-template?preset=node
Latest migration guide links in case anyone stumbles across this:
- v2 to v3: https://www.chartjs.org/docs/latest/migration/v3-migration.html
- v3 to v4: https://www.chartjs.org/docs/latest/migration/v4-migration.html