diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index d6ce0ba8af..d0e844c3bf 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -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' ); } diff --git a/pandora_console/operation/events/event_statistics.php b/pandora_console/operation/events/event_statistics.php index a4a5b1632a..00dd1f4bc6 100644 --- a/pandora_console/operation/events/event_statistics.php +++ b/pandora_console/operation/events/event_statistics.php @@ -62,7 +62,7 @@ echo '
"; - echo grafico_eventos_usuario(320, 296); + echo grafico_eventos_usuario(320, 280); echo ' | '; echo ''; @@ -83,7 +83,7 @@ if (!users_is_admin()) { echo '|
"; - echo grafico_eventos_grupo(300, 200, $where); + echo grafico_eventos_grupo(300, 250, $where); echo ' | '; echo ""; @@ -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 ' | '; echo '