From ea914397d0ba0c62f158d72b38c38f7a2097f8e4 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 10 Oct 2018 14:19:28 +0200 Subject: deploy bundle --- client/data.js | 2 +- client/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client') diff --git a/client/data.js b/client/data.js index d2a43aa..d2c19c6 100644 --- a/client/data.js +++ b/client/data.js @@ -1,6 +1,6 @@ const files = [ // "gun_violence", - "mass_shootings_lite", + "mass_shootings_from_columbine", "gun_violence_by_month", ] const parse = require('csv-parse') diff --git a/client/index.js b/client/index.js index 2c9716a..3f48bd3 100644 --- a/client/index.js +++ b/client/index.js @@ -59,7 +59,7 @@ data.load().then(lists => { play_fn: play_sequence, } }) - datasets["Mass Shootings"] = lists.mass_shootings_lite + datasets["Mass Shootings"] = lists.mass_shootings_from_columbine datasets["Mass Shootings"].name = "Mass Shootings" datasets["Mass Shootings"].play_fn = play_mass_shootings const lines = datasets["Mass Shootings"].lines.reverse() @@ -241,7 +241,7 @@ function ready() { min: -64, max: 64, step: 1, - value: 17, + value: 19, }) update_value_on_change(nx.multiply, '#multiply', true) -- cgit v1.2.3-70-g09d2