diff --git a/src/components/Graph.tsx b/src/components/Graph.tsx index e8c9bc7c2a6b258223d448519e9615555692fed2..76685112606211c697e53303f8965f5031b4f684 100644 --- a/src/components/Graph.tsx +++ b/src/components/Graph.tsx @@ -1,7 +1,7 @@ import { Pie } from 'react-chartjs-2'; import React from 'react'; import { Bar } from 'react-chartjs-2'; -import { Chart as ChartJS, Tooltip, Legend,ArcElement, BarElement, CategoryScale, LinearScale, Title, RadialLinearScale, plugins } from 'chart.js'; +import { Chart as ChartJS, Tooltip, Legend,ArcElement, BarElement, CategoryScale, LinearScale, Title, RadialLinearScale } from 'chart.js'; const backgroundcolorscale = [ 'rgba(133, 15, 120, 0.2)',