From 88700cd4a6ca77e65748284de46b2ed910f0f4de Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Mon, 21 Nov 2016 13:30:20 +0100 Subject: [PATCH] Fixed problems with fonts in simples graphs. Ticket: #4115 (cherry picked from commit 0bde248206052c187371aec228894f3a2b38b013) --- pandora_console/include/graphs/flot/pandora.flot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index b41d683799..ffbc154310 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -1756,8 +1756,8 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend, $('#legend_' + graph_id + ' .legendLabel') .eq(i).css('color','#000'); - $('#legend_' + graph_id + ' .legendLabel') - .eq(i).css('font-family',font+'Font'); + //~ $('#legend_' + graph_id + ' .legendLabel') + //~ .eq(i).css('font-family',font+'Font'); i++; }