* Fix bug of radar error of select no data filter.

This commit is contained in:
xieqiyu
2023-04-20 08:06:37 +00:00
parent bbb955a3e3
commit 8d4cc7844f
+2
View File
@@ -193,6 +193,8 @@ class chartModel extends model
$max = 0;
foreach($yStats as $yStat)
{
if(empty($yStat)) continue;
$data = array();
foreach($xLabels as $xLabel)
{