update/remove combat rating graph max+min
This commit is contained in:
3 files changed
+5
-5
No files matched your search
@@ -109,8 +109,8 @@ module.exports = {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
fontStyle: 'bold',
|
||||
max: Math.round(dataMax / 10) * 10 + 10,
|
||||
min: Math.round(dataMin / 10) * 10,
|
||||
// max: Math.round(dataMax / 10) * 10 + 10,
|
||||
// min: Math.round(dataMin / 10) * 10,
|
||||
},
|
||||
}],
|
||||
},
|
||||
|
||||
@@ -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' } }],
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dayzr-bot",
|
||||
"version": "12.4.5",
|
||||
"version": "12.4.6",
|
||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||
"main": "index.js",
|
||||
"nodemonConfig": {
|
||||
|
||||
Reference in new issue
Block a user