From 3686b60ba5bdb9e60900fe686a4d95bc919df55a Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Tue, 7 Jun 2016 14:48:20 +0200 Subject: [PATCH] Reduced the width of the graph to avoid the horizontal overflow. Ticket #3778 (cherry picked from commit 3daf59701a835168759acece488504c2f0d16ef6) --- 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) {