Kill autoscaling. Made kV, I, log.

pull/2/head
miguel 2023-05-09 09:15:16 +10:00
rodzic bb0ed3f40a
commit 204e88c495
1 zmienionych plików z 19 dodań i 11 usunięć

Wyświetl plik

@ -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',
},