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: {
|
||||
xs: xs_data,
|
||||
columns: column_data,
|
||||
type: "step",
|
||||
labels: true
|
||||
type: "step"
|
||||
// labels: true
|
||||
},
|
||||
axis : {
|
||||
x : {
|
||||
@@ -97,9 +97,9 @@ function scoregraph () {
|
||||
}
|
||||
}
|
||||
},
|
||||
// zoom : {
|
||||
// enabled: true
|
||||
// }
|
||||
zoom : {
|
||||
enabled: true
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user