mirror of https://github.com/JohnHammond/CTFd.git
Faster moving graphs
parent
add67db4d2
commit
c4ed177255
|
@ -85,6 +85,7 @@ function scoregraph () {
|
|||
axis : {
|
||||
x : {
|
||||
tick: {
|
||||
count: 10,
|
||||
format: function (x) {
|
||||
return moment(x*1000).local().format('LLL');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue