Chartjs-React-chartjs-2 doesn't work in typescript

0👍

React + TypeScript

You need to change:

import { Chart as ChartJS} from 'chart.js/auto';

to

import 'chart.js/auto';

-1👍

Leave a comment