From c4ed1772553202d85d7df716a0fddb48488bc0a1 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Wed, 13 May 2015 18:34:14 -0400 Subject: [PATCH] Faster moving graphs --- static/js/scoreboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/scoreboard.js b/static/js/scoreboard.js index e67e986b..17449590 100644 --- a/static/js/scoreboard.js +++ b/static/js/scoreboard.js @@ -85,6 +85,7 @@ function scoregraph () { axis : { x : { tick: { + count: 10, format: function (x) { return moment(x*1000).local().format('LLL'); }