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