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 "
";