Fixed problems with fonts in simples graphs. Ticket: #4115

(cherry picked from commit 0bde248206)
This commit is contained in:
m-lopez-f 2016-11-21 13:30:20 +01:00
parent c5e0b84ad3
commit 88700cd4a6
1 changed files with 2 additions and 2 deletions

View File

@ -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++;
}