mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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) {
|
if ($show_graph != REPORT_TOP_N_ONLY_TABLE) {
|
||||||
|
arsort($data_pie_graph);
|
||||||
$return['charts']['pie'] = pie3d_graph(false,
|
$return['charts']['pie'] = pie3d_graph(false,
|
||||||
$data_pie_graph,
|
$data_pie_graph,
|
||||||
$width, $height,
|
$width, $height,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user