* Fix bug of radar error of select no data filter.
This commit is contained in:
@@ -193,6 +193,8 @@ class chartModel extends model
|
||||
$max = 0;
|
||||
foreach($yStats as $yStat)
|
||||
{
|
||||
if(empty($yStat)) continue;
|
||||
|
||||
$data = array();
|
||||
foreach($xLabels as $xLabel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user