Updated graphical representation

This commit is contained in:
jomjol
2022-10-25 20:55:57 +02:00
parent ab67d1ff35
commit 12dc4eb460
3 changed files with 7 additions and 7 deletions

View File

@@ -66,11 +66,9 @@ fetch(_basepath + '/fileserver/log/data/' + datefile)
var value = line.split("\t")[datatype];
var time = line.split("\t")[0];
console.log("> "+time+" "+value+"\n");
if (value<1000) {
trace.x.push(timex);
timex += 1;
trace.y.push(value);
}
trace.x.push(time);
// timex += 1;
trace.y.push(value);
}
}
}