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