tablejohn/scripts/graph.ts
2023-08-14 17:45:33 +02:00

7 lines
106 B
TypeScript

import uPlot from "./uPlot";
let plot = new uPlot({
width: 300,
height: 200,
series: [],
});