Skip to content

Commit

Permalink
Update chart-v2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bedardk committed Dec 9, 2024
1 parent f24663a commit 3ab2c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prototypes/franco-country-profiles/chart-v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ c1 = new Chart(
},
color: '#333', // Text color
formatter: (value, ctx) => {
return `${value.toFixed(1)} %`; // Label and percentage
return `${value.toFixed(1)} %`; // Label and percentage
},
listeners: {
click: function(context) {
Expand Down Expand Up @@ -94,7 +94,7 @@ c2 = new Chart(
},
color: '#333', // Text color
formatter: (value, ctx) => {
return `${value.toFixed(1)} %`; // Label and percentage
return `${value.toFixed(1)} %`; // Label and percentage
},
listeners: {
click: function(context) {
Expand Down

0 comments on commit 3ab2c83

Please sign in to comment.