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