Skip to content

Commit 304eb1d

Browse files
committed
Fixed graph bg
1 parent 15a2fbc commit 304eb1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/assets/elbow.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function setup() {
22
let canvas = createCanvas(600, 400);
3-
canvas.parent('elbow-container'); // Attach the canvas to a specific div
4-
background('#1f1f1f');
3+
canvas.parent('elbow-container');
4+
background('#121212');
55
drawElbowGraph();
66
}
77

0 commit comments

Comments
 (0)