mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed problems with fonts in simples graphs. Ticket: #4115
(cherry picked from commit 0bde248206052c187371aec228894f3a2b38b013)
This commit is contained in:
parent
c5e0b84ad3
commit
88700cd4a6
@ -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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user