fix bug: custom graphs not showing properly
This commit is contained in:
parent
e2e53cf248
commit
58009b43c6
|
@ -2235,7 +2235,6 @@ function combined_graph_summatory_average(
|
|||
$data_array_pop[$key_reverse] = array_pop(
|
||||
$data_array_reverse[$key_reverse]
|
||||
);
|
||||
$count_data_array_reverse--;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2287,6 +2286,7 @@ function combined_graph_summatory_average(
|
|||
}
|
||||
|
||||
$count++;
|
||||
$count_data_array_reverse--;
|
||||
}
|
||||
|
||||
if ($summatory && isset($array_sum_reverse)
|
||||
|
|
Loading…
Reference in New Issue