Faster moving graphs

selenium-screenshot-testing
Kevin Chung 2015-05-13 18:34:14 -04:00
parent add67db4d2
commit c4ed177255
1 changed files with 1 additions and 0 deletions

View File

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