From e9556e30a66c263c282ffbf8b223bbed4203ee43 Mon Sep 17 00:00:00 2001 From: Enrique Camargo Date: Mon, 6 Mar 2017 18:24:41 +0100 Subject: [PATCH] Merge branch '89-estadisticas-de-incidentes-descuadradas' into 'develop' Resize incident by status graph to have similar size to other graphs - #89 See merge request !233 --- pandora_console/include/functions_graph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index f13e3c9d7b..f75ab606be 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -2694,7 +2694,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']); }