#12153 Fix graph height

This commit is contained in:
miguel angel rasteu 2023-10-05 09:52:52 +02:00
parent 87aa79b176
commit 6312804386
1 changed files with 1 additions and 1 deletions

View File

@ -6207,7 +6207,7 @@ function event_get_counter_extraId(array $event, ?array $filters)
function event_print_graph(
$filter,
$graph_height=400,
$graph_height=100,
) {
global $config;
$show_all_data = false;