From d00dccf6388b50b4754e2046d3986baa8b4844b3 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Fri, 8 Jun 2018 09:28:47 +0200 Subject: [PATCH] sadf: SVG: Remove id tag from individual graphs Signed-off-by: Sebastien GODARD --- svg_stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svg_stats.c b/svg_stats.c index 40fb901..eba4f08 100644 --- a/svg_stats.c +++ b/svg_stats.c @@ -1026,11 +1026,11 @@ void draw_activity_graphs(int g_nr, int g_type[], char *title[], char *g_title[] out_p = *(out + pos + j); if (g_type[i] == SVG_LINE_GRAPH) { /* Line graphs */ - printf("\n", - svg_p->graph_no, pos + j, out_p, + out_p, svg_colors[(pos + j) & SVG_COLORS_IDX_MASK], xfactor, yfactor * asfactor[j]); -- 2.40.0