Spaces:
Running
Running
Upload 9 files
Browse files
src/views/InstructorView.js
CHANGED
|
@@ -1792,7 +1792,7 @@ window.clearCanvas = () => {
|
|
| 1792 |
ctx.clearRect(0, 0, canvas.width, canvas.height);
|
| 1793 |
}
|
| 1794 |
};
|
| 1795 |
-
|
| 1796 |
|
| 1797 |
/**
|
| 1798 |
* Renders the Transposed Heatmap (Rows=Challenges, Cols=Students)
|
|
|
|
| 1792 |
ctx.clearRect(0, 0, canvas.width, canvas.height);
|
| 1793 |
}
|
| 1794 |
};
|
| 1795 |
+
|
| 1796 |
|
| 1797 |
/**
|
| 1798 |
* Renders the Transposed Heatmap (Rows=Challenges, Cols=Students)
|