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