feat: start of dm overview page

This commit is contained in:
Samuel 2024-12-12 18:44:44 +01:00
parent 67da0a72db
commit 5d2ce7705c
14 changed files with 442 additions and 34 deletions

View file

@ -36,6 +36,10 @@ import {
ScatterController,
Tooltip,
} from "chart.js";
import ChartDeferred from "chartjs-plugin-deferred";
import ChartZoom from "chartjs-plugin-zoom";
Chart.register(ChartDeferred, ChartZoom);
interface TypedChartProps {
data: ChartData;