Skip to content

Commit

Permalink
possibly fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
kiawildberger authored Sep 14, 2021
1 parent f528f2c commit 9bc2038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ function updateData() {
})
}

data.forEach(e => { data[data.indexOf(e)] = e/3 })

let chart = new Chart(ctx, {
type: charttype,
data: {
Expand Down

0 comments on commit 9bc2038

Please sign in to comment.