Resize statistics graph. Ticket #1345

This commit is contained in:
Vanessa Gil 2014-10-01 10:34:49 +02:00
parent ffdaff3d5d
commit 0013090ad7
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ else {
if (!empty($result)) {
$graph = '<div style="width: 350px; margin: 0 auto;">' .
grafico_eventos_grupo(400, 250,
grafico_eventos_grupo(350, 185,
rawurlencode ($sql_post), $meta, $history) .
'</div>';
html_print_div(array('id' => 'events_graph',