fixed visual error
This commit is contained in:
parent
6550d52813
commit
0414b4033e
|
@ -3252,7 +3252,7 @@ function graph_events_validated($width=300, $height=200, $extra_filters=[], $met
|
|||
$config['fontpath'],
|
||||
$config['font_size'],
|
||||
1,
|
||||
false,
|
||||
'bottom',
|
||||
$colors
|
||||
);
|
||||
}
|
||||
|
@ -3553,7 +3553,9 @@ function grafico_eventos_usuario($width, $height)
|
|||
'',
|
||||
$water_mark,
|
||||
$config['fontpath'],
|
||||
$config['font_size']
|
||||
$config['font_size'],
|
||||
1,
|
||||
'bottom'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ echo '<table width=95%>';
|
|||
echo '</td>';
|
||||
|
||||
echo "<td valign='top'>";
|
||||
echo grafico_eventos_usuario(320, 296);
|
||||
echo grafico_eventos_usuario(320, 280);
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
|
||||
|
@ -83,7 +83,7 @@ if (!users_is_admin()) {
|
|||
|
||||
echo '<tr>';
|
||||
echo "<td valign='top'>";
|
||||
echo grafico_eventos_grupo(300, 200, $where);
|
||||
echo grafico_eventos_grupo(300, 250, $where);
|
||||
echo '</td>';
|
||||
|
||||
echo "<td valign='top'>";
|
||||
|
@ -101,7 +101,7 @@ if (!users_is_admin()) {
|
|||
];
|
||||
}
|
||||
|
||||
echo graph_events_validated(320, 296, $extra_filter);
|
||||
echo graph_events_validated(320, 250, $extra_filter);
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue