Open wlu-mstr opened 6 years ago
$percent = round($row->newusers / $numTotal * 100, 1);
There are actually several places with 'division by zero' errors, which prevent some chart display.
$percent = round($row->newusers / $numTotal * 100, 1);
There are actually several places with 'division by zero' errors, which prevent some chart display.