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