Skip to content

Commit

Permalink
[chores] Minor changes to quoting in chart.js for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 11, 2024
1 parent 8d8fcfd commit 47f28c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
total[j] += data.traces[i][1][j];
}
}
data.traces.push(["total", total]);
data.traces.push(['total', total]);
data.summary.total = Object.values(data.summary).reduce(function (a, b) {
return a + b;
}, 0);
Expand Down

0 comments on commit 47f28c6

Please sign in to comment.