summaryrefslogtreecommitdiff
path: root/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.js')
-rw-r--r--bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle.js b/bundle.js
index 37c654a..9043b0a 100644
--- a/bundle.js
+++ b/bundle.js
@@ -40568,7 +40568,7 @@ data.load().then(function (lists) {
console.log(lists);
(0, _util.transpose)(lists.gun_violence_by_month.lines).forEach(function (row, i) {
var name = lists.gun_violence_by_month.h[i];
- if (name === 'date') return;
+ if (name === 'Date') return;
console.log(name, row);
datasets[name] = {
name: name,