[Chartjs]-Uprading to chart.js@3.x with Angular 8

1👍

Chart.js never supported typescript before Chart.js V3. So it does not need to mention that it requires a newer version of typescript because it never supported it.

Every stable version of Chart.js V3 requires Typescript V4. There are also no plans in supporting typescript V3 as its too old as described in this git issue.

So if you want to use it with angular 8.2.3 you will need to disable type checking or update the typings yourself that they are compatible with typescript V3

Leave a comment