From d6e6b34dfe18c631be41ef46750186873765959f Mon Sep 17 00:00:00 2001 From: Rose Martinez <44377052+romartinez-nycc@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:00:04 -0400 Subject: [PATCH] check if this does the trick getting chartjs litigation chart to work --- visuals/april_2023/barhorizontal41/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visuals/april_2023/barhorizontal41/index.html b/visuals/april_2023/barhorizontal41/index.html index ee789fa..ea236ce 100644 --- a/visuals/april_2023/barhorizontal41/index.html +++ b/visuals/april_2023/barhorizontal41/index.html @@ -106,7 +106,7 @@ const sector = columns[0]; xs.push(sector.replace(/['"]+/g, ''));// remove quotes from name const employmentChange = columns[5]; - ys.push(parseFloat(employmentChange)); //make data from string to number + // ys.push(parseFloat(employmentChange)); //make data from string to number console.log(sector, employmentChange); }); return { xs, ys };