Merge branch 'ent-4366-fallos-visuales-en-el-log-de-pandora' into 'develop'

fixed visual error

See merge request artica/pandorafms!2666
This commit is contained in:
Alejandro Fraguas 2019-08-21 12:17:53 +02:00
commit d42bcd17c2
2 changed files with 7 additions and 5 deletions

View File

@ -3252,7 +3252,7 @@ function graph_events_validated($width=300, $height=200, $extra_filters=[], $met
$config['fontpath'], $config['fontpath'],
$config['font_size'], $config['font_size'],
1, 1,
false, 'bottom',
$colors $colors
); );
} }
@ -3553,7 +3553,9 @@ function grafico_eventos_usuario($width, $height)
'', '',
$water_mark, $water_mark,
$config['fontpath'], $config['fontpath'],
$config['font_size'] $config['font_size'],
1,
'bottom'
); );
} }

View File

@ -62,7 +62,7 @@ echo '<table width=95%>';
echo '</td>'; echo '</td>';
echo "<td valign='top'>"; echo "<td valign='top'>";
echo grafico_eventos_usuario(320, 296); echo grafico_eventos_usuario(320, 280);
echo '</td>'; echo '</td>';
echo '</tr>'; echo '</tr>';
@ -83,7 +83,7 @@ if (!users_is_admin()) {
echo '<tr>'; echo '<tr>';
echo "<td valign='top'>"; echo "<td valign='top'>";
echo grafico_eventos_grupo(300, 200, $where); echo grafico_eventos_grupo(300, 250, $where);
echo '</td>'; echo '</td>';
echo "<td valign='top'>"; 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 '</td>';
echo '</tr>'; echo '</tr>';