#12153 Fix graph height
This commit is contained in:
parent
87aa79b176
commit
6312804386
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue