Faster moving graphs

This commit is contained in:
Kevin Chung
2015-05-13 18:34:14 -04:00
parent add67db4d2
commit c4ed177255

View File

@@ -85,6 +85,7 @@ function scoregraph () {
axis : {
x : {
tick: {
count: 10,
format: function (x) {
return moment(x*1000).local().format('LLL');
}