summaryrefslogtreecommitdiff
path: root/client/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-10-08 01:51:41 +0200
committerJules Laplace <julescarbon@gmail.com>2018-10-08 01:51:41 +0200
commita411f4822a0b2fc72308bcd4af1bc3593aabd4ad (patch)
tree69f5006a81e2036f7027818c054e1e8450065668 /client/index.js
parent7bbf4fd3e98e971bfea30ac9e852b1afd2c7ac89 (diff)
no date
Diffstat (limited to 'client/index.js')
-rw-r--r--client/index.js2
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,