mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
Merge branch 'master' of gitlab.com:Sheppy_/open-web-leaderboard
This commit is contained in:
@@ -61,19 +61,19 @@
|
|||||||
borderColor: [ 'rgba(200, 99, 132, .7)' ],
|
borderColor: [ 'rgba(200, 99, 132, .7)' ],
|
||||||
borderWidth: 2
|
borderWidth: 2
|
||||||
}],
|
}],
|
||||||
options: {
|
},
|
||||||
scales: {
|
options: {
|
||||||
yAxes: [{
|
scales: {
|
||||||
ticks : {
|
yAxes: [{
|
||||||
suggestedMin : {{ Y_MIN }},
|
ticks : {
|
||||||
suggestedMax : {{ Y_MAX }},
|
suggestedMin : {{ Y_MIN }},
|
||||||
min : {{ Y_MIN }},
|
suggestedMax : {{ Y_MAX }},
|
||||||
max : {{ Y_MAX }}
|
min : {{ Y_MIN }},
|
||||||
}
|
max : {{ Y_MAX }}
|
||||||
}]
|
}
|
||||||
},
|
}]
|
||||||
responsive: true
|
},
|
||||||
}
|
responsive: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user