mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 22:44:24 +01:00
Graph looks a little better
This commit is contained in:
@@ -79,8 +79,8 @@ function scoregraph () {
|
|||||||
data: {
|
data: {
|
||||||
xs: xs_data,
|
xs: xs_data,
|
||||||
columns: column_data,
|
columns: column_data,
|
||||||
type: "step",
|
type: "step"
|
||||||
labels: true
|
// labels: true
|
||||||
},
|
},
|
||||||
axis : {
|
axis : {
|
||||||
x : {
|
x : {
|
||||||
@@ -97,9 +97,9 @@ function scoregraph () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// zoom : {
|
zoom : {
|
||||||
// enabled: true
|
enabled: true
|
||||||
// }
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user