We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5ec15 commit 6250275Copy full SHA for 6250275
demo/multigraph.htm
@@ -22,7 +22,7 @@
22
function updateGUI() {
23
// this is just generation of graph
24
const npoints = 20;
25
- const xpts = [], ypts = [];
+ let xpts = [], ypts = [];
26
for (let i = 0; i < npoints; i++) {
27
if (cnt % 2 === 1) {
28
xpts.push(i);
0 commit comments