Skip to content

Commit

Permalink
check if this does the trick
Browse files Browse the repository at this point in the history
getting chartjs litigation chart to work
  • Loading branch information
romartinez-nycc authored Apr 24, 2023
1 parent 02108b6 commit d6e6b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visuals/april_2023/barhorizontal41/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit d6e6b34

Please sign in to comment.