|
|
@ -81,7 +81,7 @@ class ColumnCharts extends Chart |
|
|
|
if($completedOfflineStep == 0 || count($importStudents) == 0){ |
|
|
|
if($completedOfflineStep == 0 || count($importStudents) == 0){ |
|
|
|
$registering = 0; |
|
|
|
$registering = 0; |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
$registering = ($completedOfflineStep / count($importStudents) * 100) ; |
|
|
|
$registering = round(($completedOfflineStep / count($importStudents) * 100), 2) ; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$list[$key]["registering"] = $registering; |
|
|
|
$list[$key]["registering"] = $registering; |
|
|
|