Set up and document uPlot

This commit is contained in:
Joscha 2023-08-14 01:22:25 +02:00
parent 8496c557f6
commit 9caf664b10
7 changed files with 6909 additions and 0 deletions

7
scripts/graph.ts Normal file
View file

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

1149
scripts/uPlot.d.ts vendored Normal file

File diff suppressed because it is too large Load diff

5733
scripts/uPlot.js Normal file

File diff suppressed because it is too large Load diff