diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-10-08 01:51:41 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-10-08 01:51:41 +0200 |
| commit | a411f4822a0b2fc72308bcd4af1bc3593aabd4ad (patch) | |
| tree | 69f5006a81e2036f7027818c054e1e8450065668 /client/index.js | |
| parent | 7bbf4fd3e98e971bfea30ac9e852b1afd2c7ac89 (diff) | |
no date
Diffstat (limited to 'client/index.js')
| -rw-r--r-- | client/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
