dev
RekHoto 2 years ago
parent 5e740b81db
commit 90d18d8489

@ -6,13 +6,14 @@ import {
BarElement,
Title,
Tooltip as ChartTooltip,
Legend, PointElement, LineElement,
Legend, PointElement, LineElement, BarController,
} from 'chart.js';
import { useQuery } from "@tanstack/react-query";
import { api } from "../api.js";
ChartJS.register(
CategoryScale,
BarController,
PointElement,
LineElement,
LinearScale,

Loading…
Cancel
Save