Skip to content

Commit

Permalink
πŸ› Fix not showing mondays
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenPX committed Feb 23, 2023
1 parent fd95b18 commit 058303f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ function readData(data) {
pointRadius: 0
}
})
datasets.shift(); // remove csv header


const mixedChart = new Chart(document.getElementById("myChart"), {
data: {
Expand Down

0 comments on commit 058303f

Please sign in to comment.