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: [{ yAxes: [{
ticks: { ticks: {
fontStyle: 'bold', fontStyle: 'bold',
// min: Math.round(Math.min(...data)/10)*10 - 10, min: Math.round(Math.min(...data)/10)*10 - 10,
// max: Math.round(Math.max(...data)/10)*10 + 10, max: Math.round(Math.max(...data)/10)*10 + 10,
}, },
}], }],
xAxes: [{ ticks: { fontStyle: 'bold' } }], xAxes: [{ ticks: { fontStyle: 'bold' } }],
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayzr-bot", "name": "dayzr-bot",
"version": "12.4.6", "version": "12.4.7",
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {