Skip to content

Commit

Permalink
removing conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mfstabile committed Aug 29, 2023
1 parent 8d37e1a commit cc58529
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions backend/app/dashboard/static/dashboard-progress.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,8 @@ document.addEventListener("DOMContentLoaded", function () {

createHandsontable(tableData, columns);

<<<<<<< HEAD
data = filterStudentsInClass(tableData);
ret = generateMatrix(data, columns)
=======
ret = generateMatrix(tableData, columns)
>>>>>>> main
usernames = ret[0]
zvals = ret[1]
data_h = [
Expand Down Expand Up @@ -250,11 +246,7 @@ document.addEventListener("DOMContentLoaded", function () {
},
xaxis: {showticklabels: false, ticks: "", side:"top"},
showlegend: false,
<<<<<<< HEAD
height: Math.max(400, usernames.length * 25),
=======
height: usernames.length * 20,
>>>>>>> main
autosize: true
};

Expand Down

0 comments on commit cc58529

Please sign in to comment.