From 3daf59701a835168759acece488504c2f0d16ef6 Mon Sep 17 00:00:00 2001
From: Alejandro Gallardo Escobar <alex@artica.es>
Date: Tue, 7 Jun 2016 14:48:20 +0200
Subject: [PATCH] Reduced the width of the graph to avoid the horizontal
 overflow. Ticket #3778

---
 pandora_console/operation/agentes/stat_win.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pandora_console/operation/agentes/stat_win.php b/pandora_console/operation/agentes/stat_win.php
index 57c1787daf..b1cb03ce7e 100644
--- a/pandora_console/operation/agentes/stat_win.php
+++ b/pandora_console/operation/agentes/stat_win.php
@@ -156,6 +156,9 @@ $id = get_parameter('id');
 		$time_compare_overlapped = get_parameter ("time_compare_overlapped", 0);
 		$unknown_graph = get_parameter_checkbox ("unknown_graph", 1);
 		
+		// To avoid the horizontal overflow
+		$width -= 20;
+		
 		$time_compare = false;
 		
 		if ($time_compare_separated) {