Update components/DonutChart.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2025-05-23 00:13:16 +02:00
committed by GitHub
parent a265f3236c
commit cb86d26786

View File

@ -1,7 +1,7 @@
"use client"; "use client";
import { useRef, useEffect } from "react"; import { useRef, useEffect } from "react";
import Chart, { Point, BubbleDataPoint } from "chart.js/auto"; import ChartJS, { Point, BubbleDataPoint } from "chart.js/auto";
interface DonutChartProps { interface DonutChartProps {
data: { data: {