From: Michael Tremer Date: Fri, 3 Oct 2025 10:44:26 +0000 (+0000) Subject: graph: Always pass --rigid X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7683a1f91225f6c11b9fb95bd43c082af6dc90;p=telemetry.git graph: Always pass --rigid Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graph.c b/src/daemon/graph.c index 1073db4..46a9994 100644 --- a/src/daemon/graph.c +++ b/src/daemon/graph.c @@ -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, };