1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 23:58:08 -05:00

misc webfront tweaks

This commit is contained in:
RaidMax
2022-07-10 21:06:58 -05:00
parent 590189fc11
commit 28d56dae09
6 changed files with 78 additions and 67 deletions

View File

@ -393,6 +393,8 @@ function renderPerformanceChart() {
position: 'right',
ticks: {
precision: 0,
stepSize: 3,
callback: function (value, index, values) {
if (index === values.length - 1) {
return min;