From add67db4d2361bcfe22fe3c1bf820a954bf3ef62 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Wed, 13 May 2015 17:48:37 -0400 Subject: [PATCH] Graph looks a little better --- static/js/scoreboard.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/js/scoreboard.js b/static/js/scoreboard.js index d7dfc7a5..e67e986b 100644 --- a/static/js/scoreboard.js +++ b/static/js/scoreboard.js @@ -79,8 +79,8 @@ function scoregraph () { data: { xs: xs_data, columns: column_data, - type: "step", - labels: true + type: "step" + // labels: true }, axis : { x : { @@ -97,9 +97,9 @@ function scoregraph () { } } }, - // zoom : { - // enabled: true - // } + zoom : { + enabled: true + } }); }); }