We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331ad7e commit ec7af06Copy full SHA for ec7af06
protoplaster/tests/dac/ti_dac38j8x_eyescan/eye_diagram.html
@@ -75,7 +75,7 @@ <h2>Eye diagram</h2>
75
// Y Axis label
76
ctx.textBaseline = "top";
77
ctx.rotate(-Math.PI / 2);
78
-ctx.fillText("Voltage Offset (mV)", - ctx.canvas.width / 2, 10);
+ctx.fillText("Voltage Offset (mV)", -ctx.canvas.height / 2, 10);
79
ctx.rotate(Math.PI / 2);
80
81
// X Axis label
0 commit comments