diff --git a/components/DonutChart.tsx b/components/DonutChart.tsx index df33bd5..c9d1a2c 100644 --- a/components/DonutChart.tsx +++ b/components/DonutChart.tsx @@ -1,7 +1,7 @@ "use client"; import { useRef, useEffect } from "react"; -import Chart, { Point, BubbleDataPoint } from "chart.js/auto"; +import ChartJS, { Point, BubbleDataPoint } from "chart.js/auto"; interface DonutChartProps { data: {