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: [{
|
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
@@ -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": {
|
||||||
|
|||||||
Reference in new issue
Block a user