mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 12:32:10 +01:00
Update components/DonutChart.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user