diff options
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, |
