Created
August 23, 2024 13:51
-
-
Save leumasme/abf5f02abaa1f2307e15630bd8892eb9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// go to grade graph page and paste into console to hide own grade for screenshots | |
document.querySelector(".yourgrade").remove() | |
Chart.instances[0].data.datasets[0].backgroundColor.fill("#0068b3") | |
Chart.instances[0].update() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment