We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a2fbc commit 304eb1dCopy full SHA for 304eb1d
static/assets/elbow.js
@@ -1,7 +1,7 @@
1
function setup() {
2
let canvas = createCanvas(600, 400);
3
- canvas.parent('elbow-container'); // Attach the canvas to a specific div
4
- background('#1f1f1f');
+ canvas.parent('elbow-container');
+ background('#121212');
5
drawElbowGraph();
6
}
7
0 commit comments