From 7bfc11cab9df5844dd379cb488a751a2233959ef Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 17 Jun 2014 15:42:31 +0000 Subject: [PATCH] 2014-06-17 Sergio Martin * include/graphs/functions_flot.php: Fix height of the div with events info in graphs git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10222 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/graphs/functions_flot.php | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9f53db8086..157a9f8403 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-06-17 Sergio Martin + + * include/graphs/functions_flot.php: Fix height of the + div with events info in graphs + 2014-06-17 Alejandro Gallardo * godmode/agentes/module_manager_editor_common.php, diff --git a/pandora_console/include/graphs/functions_flot.php b/pandora_console/include/graphs/functions_flot.php index 8e2ee96b01..6edb2e1a3d 100644 --- a/pandora_console/include/graphs/functions_flot.php +++ b/pandora_console/include/graphs/functions_flot.php @@ -241,10 +241,9 @@ function flot_area_graph($chart_data, $width, $height, $color, $legend, $long_in $return .= "".__( "; } - $extra_height = $height - 50; $extra_width = (int)($width / 3); - $return .= ""; + $return .= ""; // Process extra data $events = array();