fix bug: custom graphs not showing properly

This commit is contained in:
alejandro-campos 2019-06-21 13:39:48 +02:00
parent e2e53cf248
commit 58009b43c6
1 changed files with 1 additions and 1 deletions

View File

@ -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)