Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Jun 6, 2024
1 parent e58dc6f commit 03b4111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function calculateOptimalCommitment() {
} else {
chart.data = {
datasets: [{
label: 'Total cost',
data: evaluatedCommitments,
}],
};
Expand Down

0 comments on commit 03b4111

Please sign in to comment.