mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 14:34:21 +01:00
Faster moving graphs
This commit is contained in:
@@ -85,6 +85,7 @@ function scoregraph () {
|
||||
axis : {
|
||||
x : {
|
||||
tick: {
|
||||
count: 10,
|
||||
format: function (x) {
|
||||
return moment(x*1000).local().format('LLL');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user