feat: start of dm overview page
This commit is contained in:
parent
67da0a72db
commit
5d2ce7705c
14 changed files with 442 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue