From a411f4822a0b2fc72308bcd4af1bc3593aabd4ad Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 8 Oct 2018 01:51:41 +0200 Subject: no date --- client/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/index.js') diff --git a/client/index.js b/client/index.js index 23ce899..e9a0873 100644 --- a/client/index.js +++ b/client/index.js @@ -42,7 +42,7 @@ data.load().then(lists => { console.log(lists) transpose(lists.gun_violence_by_month.lines).forEach((row, i) => { const name = lists.gun_violence_by_month.h[i] - if (name === 'date') return + if (name === 'Date') return console.log(name, row) datasets[name] = { name, -- cgit v1.2.3-70-g09d2