diff --git a/pandora_console/include/graphs/flot/pandora.flot.js b/pandora_console/include/graphs/flot/pandora.flot.js index 9d2fa69428..14104b82d3 100644 --- a/pandora_console/include/graphs/flot/pandora.flot.js +++ b/pandora_console/include/graphs/flot/pandora.flot.js @@ -1118,7 +1118,7 @@ function adjust_menu(graph_id, plot, parent_height) { .css('top', ((offset_between_graph_and_div_graph_container - menu_height - 5) + 'px')); - $('#legend_' + graph_id).css('width',plot.width()); + //$('#legend_' + graph_id).css('width',plot.width()); $('#menu_' + graph_id) .css('left',plot.width() - $('#menu_'+graph_id).width() + 10);