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' weight : 'bold'
} }
}, },
min: 0.0,
max: 2.0,
position: 'left', position: 'left',
}, },
'effID' : { 'effID' : {
@ -1690,9 +1692,9 @@
} }
}, },
ticks: { ticks: {
min: 0,
max: 100,
}, },
min: 0.0,
max: 100.0,
position: 'left', position: 'left',
}, },
'bwID' : { 'bwID' : {
@ -1709,10 +1711,12 @@
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
}, },
max: 50.0,
min: 0.0,
position: 'left', position: 'left',
}, },
'vID' : { 'vID' : {
type: 'linear', type: 'logarithmic',
display: 'auto', display: 'auto',
title: { title: {
display: true, display: true,
@ -1724,9 +1728,9 @@
}, },
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
max: 10.0,
}, },
min: 0.0, max: 50.0,
min: 0.1,
position: 'left', position: 'left',
}, },
'pfID' : { 'pfID' : {
@ -1740,8 +1744,9 @@
weight : 'bold' weight : 'bold'
} }
}, },
max: 5000.0,
min: 1.0,
ticks: { ticks: {
max: 1000.0,
}, },
position: 'left', position: 'left',
}, },
@ -1759,6 +1764,8 @@
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
}, },
min: 0.0,
max: 500.0,
position: 'right', position: 'right',
}, },
'qID' : { 'qID' : {
@ -1774,12 +1781,13 @@
}, },
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
max: 4000.0,
}, },
min: 0.0,
max: 4000.0,
position: 'right', position: 'right',
}, },
'ccID' : { 'ccID' : {
type: 'linear', type: 'logarithmic',
display: 'auto', display: 'auto',
title: { title: {
display: true, display: true,
@ -1791,9 +1799,9 @@
}, },
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
max: 100.0,
}, },
min: 0.0, min: 1.0,
max: 500.0,
position: 'right', position: 'right',
}, },
'sizeID' : { 'sizeID' : {
@ -1809,8 +1817,8 @@
}, },
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
max: 0.3,
}, },
max: 0.3,
min: 0.0, min: 0.0,
position: 'right', position: 'right',
}, },