From 7adb841d1fa146d8e7e5023630fe7ce73688ce42 Mon Sep 17 00:00:00 2001 From: miguel <31931809+miguelvaca@users.noreply.github.com> Date: Sun, 12 Sep 2021 19:06:31 +1000 Subject: [PATCH] Update magloop.html Set maximums for axes -> Vcap, loop current, and Q. --- magloop.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/magloop.html b/magloop.html index 2656b50..a6066ce 100644 --- a/magloop.html +++ b/magloop.html @@ -996,6 +996,7 @@ }, ticks: { beginAtZero: true, + max: 20.0, }, min: 0.0, position: 'left', @@ -1050,6 +1051,7 @@ }, ticks: { beginAtZero: true, + max: 3000.0, }, position: 'right', id: 'qID' @@ -1064,6 +1066,7 @@ }, ticks: { beginAtZero: true, + max: 100.0, }, min: 0.0, position: 'right',