]> git.ipfire.org Git - telemetry.git/commitdiff
graphs: Enable pango markup
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Apr 2026 13:59:35 +0000 (13:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Apr 2026 13:59:35 +0000 (13:59 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/graph.c

index 66e5d6c7b7e4d62f43e3fc27c198988e17fc42db..19cfff9d56579d05d495866347ef6292155844c1 100644 (file)
@@ -91,6 +91,9 @@ const char* DEFAULT_RENDER_ARGS[] = {
        // Fix the grid
        "--alt-y-grid",
 
+       // Interpret Pango Markup
+       "--pango-markup",
+
        // Sentinel
        NULL,
 };