]> git.ipfire.org Git - collecty.git/commitdiff
graphs: Always use the new y-grid
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Oct 2025 16:29:28 +0000 (16:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Oct 2025 16:29:28 +0000 (16:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graph.c

index 8d1d3cd22d07c08fdf168687db5f7cff7d19633f..c0dfebf8165c2b167d181c5189711691e88758ea 100644 (file)
@@ -68,6 +68,9 @@ const char* DEFAULT_RENDER_ARGS[] = {
        // Honour upper/lower limit
        "--rigid",
 
+       // Fix the grid
+       "--alt-y-grid",
+
        // Sentinel
        NULL,
 };