Fixed problems with fonts in simples graphs. Ticket: #4115
This commit is contained in:
parent
31605a14a2
commit
0bde248206
|
@ -1762,8 +1762,8 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend,
|
||||||
$('#legend_' + graph_id + ' .legendLabel')
|
$('#legend_' + graph_id + ' .legendLabel')
|
||||||
.eq(i).css('color','#000');
|
.eq(i).css('color','#000');
|
||||||
|
|
||||||
$('#legend_' + graph_id + ' .legendLabel')
|
//~ $('#legend_' + graph_id + ' .legendLabel')
|
||||||
.eq(i).css('font-family',font+'Font');
|
//~ .eq(i).css('font-family',font+'Font');
|
||||||
|
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue