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,
|
||||
},
|
||||
}],
|
||||
},
|
||||
|
||||
Reference in new issue
Block a user