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 + } }); }); }