From 204e88c495d8ba65d9b22a4f4152b0422fcb2b6b Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Tue, 9 May 2023 09:15:16 +1000 Subject: [PATCH] Kill autoscaling. Made kV, I, log. --- magloop.html | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/magloop.html b/magloop.html index 00a83c4..996d2f1 100644 --- a/magloop.html +++ b/magloop.html @@ -1676,6 +1676,8 @@ weight : 'bold' } }, + min: 0.0, + max: 2.0, position: 'left', }, 'effID' : { @@ -1690,9 +1692,9 @@ } }, ticks: { - min: 0, - max: 100, }, + min: 0.0, + max: 100.0, position: 'left', }, 'bwID' : { @@ -1709,10 +1711,12 @@ ticks: { beginAtZero: true, }, + max: 50.0, + min: 0.0, position: 'left', }, 'vID' : { - type: 'linear', + type: 'logarithmic', display: 'auto', title: { display: true, @@ -1724,9 +1728,9 @@ }, ticks: { beginAtZero: true, - max: 10.0, }, - min: 0.0, + max: 50.0, + min: 0.1, position: 'left', }, 'pfID' : { @@ -1740,8 +1744,9 @@ weight : 'bold' } }, + max: 5000.0, + min: 1.0, ticks: { - max: 1000.0, }, position: 'left', }, @@ -1759,6 +1764,8 @@ ticks: { beginAtZero: true, }, + min: 0.0, + max: 500.0, position: 'right', }, 'qID' : { @@ -1774,12 +1781,13 @@ }, ticks: { beginAtZero: true, - max: 4000.0, }, + min: 0.0, + max: 4000.0, position: 'right', }, 'ccID' : { - type: 'linear', + type: 'logarithmic', display: 'auto', title: { display: true, @@ -1791,9 +1799,9 @@ }, ticks: { beginAtZero: true, - max: 100.0, }, - min: 0.0, + min: 1.0, + max: 500.0, position: 'right', }, 'sizeID' : { @@ -1809,8 +1817,8 @@ }, ticks: { beginAtZero: true, - max: 0.3, }, + max: 0.3, min: 0.0, position: 'right', },