]> git.ipfire.org Git - telemetry.git/commitdiff
graph: Always pass --rigid
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Oct 2025 10:44:26 +0000 (10:44 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Oct 2025 10:44:26 +0000 (10:44 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graph.c

index 1073db46a14b2d776705f38bf6cb6b66e3c81944..46a9994b724fa50b89dd8a38b0475010d8a60d73 100644 (file)
@@ -64,6 +64,9 @@ const char* DEFAULT_RENDER_ARGS[] = {
        // to be able to user overlay and transparency.
        "--legend-direction=bottomup",
 
+       // Honour upper/lower limit
+       "--rigid",
+
        // Sentinel
        NULL,
 };