From 71adb8aa2c0c5f21b3a7e50bd5f45e85dbea03ed Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Mon, 13 Feb 2012 12:42:43 +0000 Subject: [PATCH] 2012-02-13 Juan Manuel Ramon * include/functions_graph.php: Module event graph resized. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5567 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_graph.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 18fce29a7c..f3500e9fae 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-02-13 Juan Manuel Ramon + + * include/functions_graph.php: Module event graph resized. + 2012-02-13 Juan Manuel Ramon * operation/netflow/nf_live_view.php: Added red color in name and diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 7d85a9c6d9..bf44f7f447 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -2923,7 +2923,7 @@ function graphic_module_events ($id_module, $width, $height, $period = 0, $homeu $colors = array(1 => '#38B800', 2 => '#FFFF00', 3 => '#FF0000', 4 => '#C3C3C3'); // Draw slicebar graph - echo slicesbar_graph($data, $period, $width, 30, $colors, $config['fontpath'], $config['round_corner'], $homeurl); + echo slicesbar_graph($data, $period, $width, 15, $colors, $config['fontpath'], $config['round_corner'], $homeurl); // Draw legend echo "
";