* Sort data in build pie chart.

This commit is contained in:
liumengyi
2022-12-26 11:11:21 +08:00
parent 130cdfcbba
commit 2fd9543b4b
+1
View File
@@ -610,6 +610,7 @@ class screenModel extends model
$groupCount[$result->$group]++;
}
}
arsort($groupCount);
foreach($groupCount as $groupValue => $groupCount)
{