change/only limit player-stats graph
This commit is contained in:
2 files changed
+3
-3
No files matched your search
@@ -265,8 +265,8 @@ module.exports = {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
fontStyle: 'bold',
|
||||
// min: Math.round(Math.min(...data)/10)*10 - 10,
|
||||
// max: Math.round(Math.max(...data)/10)*10 + 10,
|
||||
min: Math.round(Math.min(...data)/10)*10 - 10,
|
||||
max: Math.round(Math.max(...data)/10)*10 + 10,
|
||||
},
|
||||
}],
|
||||
xAxes: [{ ticks: { fontStyle: 'bold' } }],
|
||||
|
||||
Reference in new issue
Block a user