Set up and document uPlot
This commit is contained in:
parent
8496c557f6
commit
9caf664b10
7 changed files with 6909 additions and 0 deletions
7
scripts/graph.ts
Normal file
7
scripts/graph.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import uPlot from "./uPlot";
|
||||
|
||||
let plot = new uPlot({
|
||||
width: 300,
|
||||
height: 200,
|
||||
series: [],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue