Change style en view graph of tree view

This commit is contained in:
m-lopez-f 2015-01-29 09:39:47 +01:00
parent aaeff742cc
commit 7e13fbc388
1 changed files with 1 additions and 1 deletions

View File

@ -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);