Fixed ngraphs>blocks bug + generic.ini changed
This commit is contained in:
@ -1140,7 +1140,7 @@ let graphs = (function (){
|
|||||||
* Creates the graphs or selection for each displayed graph
|
* Creates the graphs or selection for each displayed graph
|
||||||
*/
|
*/
|
||||||
function createGraphs() {
|
function createGraphs() {
|
||||||
let n = Math.max(2, Math.floor(window.innerHeight / 200));
|
let n = Math.min(blocks.length,Math.max(2, Math.floor(window.innerHeight / 200)));
|
||||||
|
|
||||||
if (n != ngraphs) {
|
if (n != ngraphs) {
|
||||||
for (let i = ngraphs; i < n; i++) {
|
for (let i = ngraphs; i < n; i++) {
|
||||||
|
@ -1,2 +1,19 @@
|
|||||||
[chart]
|
[chart]
|
||||||
T_stat=K_2
|
tt=unit:K
|
||||||
|
tt.target=unit:K
|
||||||
|
cc=-
|
||||||
|
hemot.target=-
|
||||||
|
mf=unit:T
|
||||||
|
mf.target=unit:T
|
||||||
|
ts=unit:K
|
||||||
|
ts.target=unit:K
|
||||||
|
treg=-
|
||||||
|
tmon=-
|
||||||
|
T_oneK=unit:K
|
||||||
|
T_sample=unit:K
|
||||||
|
T_samplehtr=unit:K
|
||||||
|
T_mix=unit:K
|
||||||
|
T_sorb=unit:K
|
||||||
|
T_sorb.target=-
|
||||||
|
dil=-
|
||||||
|
lev=unit:%%
|
||||||
|
Reference in New Issue
Block a user