Update magloop.html

Made axes 'auto' so they only display when relevant data is available.
pull/2/head
miguel 2020-10-19 12:37:15 +11:00
rodzic 75317fc676
commit 959fdf56f1
1 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -427,7 +427,7 @@
}], }],
yAxes: [{ yAxes: [{
type: 'linear', type: 'linear',
display: true, display: 'auto',
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: 'Efficiency %', labelString: 'Efficiency %',
@ -438,7 +438,7 @@
id: 'effID' id: 'effID'
},{ },{
type: 'linear', type: 'linear',
display: true, display: 'auto',
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: 'BW kHz', labelString: 'BW kHz',
@ -449,7 +449,7 @@
id: 'bwID' id: 'bwID'
},{ },{
type: 'linear', type: 'linear',
display: true, display: 'auto',
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: '\u03A9', labelString: '\u03A9',
@ -460,7 +460,7 @@
id: 'mohmsID', id: 'mohmsID',
},{ },{
type: 'linear', type: 'linear',
display: true, display: 'auto',
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: 'pF', labelString: 'pF',
@ -471,7 +471,7 @@
id: 'pfID' id: 'pfID'
},{ },{
type: 'linear', type: 'linear',
display: true, display: 'auto',
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: 'j\u03A9', labelString: 'j\u03A9',
@ -482,7 +482,7 @@
id: 'ohmsID' id: 'ohmsID'
},{ },{
type: 'linear', type: 'linear',
display: true, display: 'auto',
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: 'Q', labelString: 'Q',
@ -493,7 +493,7 @@
id: 'qID' id: 'qID'
},{ },{
type: 'linear', type: 'linear',
display: true, display: 'auto',
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: 'kV', labelString: 'kV',