From: Michael Tremer Date: Wed, 29 Oct 2025 16:29:28 +0000 (+0000) Subject: graphs: Always use the new y-grid X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a4052605d0943b5b04a77571cf3017ad01f07f;p=telemetry.git graphs: Always use the new y-grid Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graph.c b/src/daemon/graph.c index 8d1d3cd..c0dfebf 100644 --- a/src/daemon/graph.c +++ b/src/daemon/graph.c @@ -68,6 +68,9 @@ const char* DEFAULT_RENDER_ARGS[] = { // Honour upper/lower limit "--rigid", + // Fix the grid + "--alt-y-grid", + // Sentinel NULL, };