change/only limit player-stats graph

This commit is contained in:
SowinskiBraeden committed 2023-11-10 12:36:16 -08:00
1 parent 8fcd7196f8
commit 8b7cba3b6f
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -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' } }],