Order top N ascending pie chart
This commit is contained in:
parent
96ca62b677
commit
395a73a868
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue