mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Resize statistics graph. Ticket #1345
This commit is contained in:
parent
ffdaff3d5d
commit
0013090ad7
@ -567,7 +567,7 @@ else {
|
|||||||
|
|
||||||
if (!empty($result)) {
|
if (!empty($result)) {
|
||||||
$graph = '<div style="width: 350px; margin: 0 auto;">' .
|
$graph = '<div style="width: 350px; margin: 0 auto;">' .
|
||||||
grafico_eventos_grupo(400, 250,
|
grafico_eventos_grupo(350, 185,
|
||||||
rawurlencode ($sql_post), $meta, $history) .
|
rawurlencode ($sql_post), $meta, $history) .
|
||||||
'</div>';
|
'</div>';
|
||||||
html_print_div(array('id' => 'events_graph',
|
html_print_div(array('id' => 'events_graph',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user