diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 738b3b4ae9..649eed7032 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -2824,7 +2824,7 @@ function graph_incidents_status () { 'url' => ui_get_full_url("images/logo_vertical_water.png", false, false, false)); } - return pie3d_graph($config['flash_charts'], $data, 370, 180, + return pie3d_graph($config['flash_charts'], $data, 320, 200, __('Other'), '', $water_mark, $config['fontpath'], $config['font_size']); }