Chartjs-How can I use npm-plugins with react-chartjs-2?

1👍

do you mean how do you import it into your project?

I use chartjs-plugin-annotation and I just add to the top in the import section:

import 'chartjs-plugin-annotation';

Leave a comment