From 3ab2c8370736b761d0ee06360fc07889114f3be7 Mon Sep 17 00:00:00 2001 From: bedardk Date: Mon, 9 Dec 2024 10:21:29 -0500 Subject: [PATCH] Update chart-v2.js --- prototypes/franco-country-profiles/chart-v2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prototypes/franco-country-profiles/chart-v2.js b/prototypes/franco-country-profiles/chart-v2.js index bae03cf2..83ed0260 100644 --- a/prototypes/franco-country-profiles/chart-v2.js +++ b/prototypes/franco-country-profiles/chart-v2.js @@ -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) { @@ -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) {