Backlog is in bytes

This commit is contained in:
Herbert Wolverson 2023-03-28 16:21:14 +00:00
parent 3f4ee288ae
commit 1b73c3765c

View File

@ -393,7 +393,7 @@
graphData,
{
margin: { l: 0, r: 0, b: 0, t: 0, pad: 4 },
yaxis: { automargin: true, title: "Packets" },
yaxis: { automargin: true, title: "Bytes" },
xaxis: { automargin: true, title: "Time since now" } });
} else {
Plotly.redraw(graph, graphData);