Chartjs-Ng2-Chart not working with newly created angular 10 project

0👍

Try to change the import of ChartsModule as follows:

import { ChartsModule } from 'ng2-charts';

Please take a look at this StackBlitz to see a working example that uses Angular 10.

Leave a comment