mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Forgot to invert upload
Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
This commit is contained in:
parent
9dfbb1dbd2
commit
94ab450d71
@ -166,8 +166,8 @@
|
||||
y2.push(0);
|
||||
}
|
||||
if (data.history[j][1] != "None") {
|
||||
y3.push(data.history[j][1].Cake.tins[i].drops);
|
||||
y4.push(data.history[j][1].Cake.tins[i].marks);
|
||||
y3.push(0.0 - data.history[j][1].Cake.tins[i].drops);
|
||||
y4.push(0.0 - data.history[j][1].Cake.tins[i].marks);
|
||||
} else {
|
||||
y3.push(0);
|
||||
y4.push(0);
|
||||
|
Loading…
Reference in New Issue
Block a user