Resize incident by status graph to have similar size to other graphs - #89

This commit is contained in:
enriquecd 2017-03-06 18:11:58 +01:00
parent 2f1c8e59f5
commit a0b87859c5
1 changed files with 1 additions and 1 deletions

View File

@ -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']);
}