From ad368ed09b47e9f3aa34d6915e2b758197fefe23 Mon Sep 17 00:00:00 2001 From: "tatiana.llorente@artica.es" Date: Mon, 28 Jan 2019 12:15:05 +0100 Subject: [PATCH] Fixed height in slicesbar graph of table interface snmp - #3274 Former-commit-id: ebfb44b1bfe9c6d2cfb9e95a982ae169f0c631a4 --- pandora_console/include/functions_reporting_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 182977207d..a79aab7fe4 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -3631,7 +3631,7 @@ function reporting_get_event_histogram ($events, $text_header_event = false) { $graph_data, $max_value, 100, - 35, + 25, $full_legend, $colors, $config['fontpath'],