@@ -103,7 +103,9 @@ function loadChart(gradeDist) {
datasets:[{
label:'Grade Distribution',
data:Object.values(gradeDist),
borderWidth:1
borderWidth:1,
// borderColor: '#36A2EB',
backgroundColor:'#9BD0F5',
}]
},
options:{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.