From 4267e96d59c719e27a54ddd2d783e9a805b37e24 Mon Sep 17 00:00:00 2001
From: m-lopez-f <miguel.lopez@artica.es>
Date: Thu, 29 Jan 2015 09:39:47 +0100
Subject: [PATCH] Change style en view graph of tree view

(cherry picked from commit 7e13fbc388b40e3512755ffb99650acace7a11ff)
---
 pandora_console/include/graphs/flot/pandora.flot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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