Order top N ascending pie chart

This commit is contained in:
fermin831 2017-03-06 12:37:23 +01:00
parent 96ca62b677
commit 395a73a868
1 changed files with 1 additions and 1 deletions

View File

@ -1199,7 +1199,7 @@ function reporting_event_top_n($report, $content, $type = 'dinamic',
if ($show_graph != REPORT_TOP_N_ONLY_TABLE) {
arsort($data_pie_graph);
$return['charts']['pie'] = pie3d_graph(false,
$data_pie_graph,
$width, $height,