mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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
This commit is contained in:
parent
ffb58e93af
commit
e9556e30a6
@ -2694,7 +2694,7 @@ function graph_incidents_status () {
|
|||||||
'url' => ui_get_full_url("images/logo_vertical_water.png", false, false, false));
|
'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,
|
__('Other'), '', $water_mark,
|
||||||
$config['fontpath'], $config['font_size']);
|
$config['fontpath'], $config['font_size']);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user