[Chartjs]-React-chartjs not working

-3👍

Try to import your LineChart this way instead:

const LineChart = require('react-chartjs').Line;

and remove:

import {LineChart} from 'react-chartjs';

Leave a comment