cobub / razor

Cobub Razor - Open Source Mobile Analytics Solution
http://www.cobub.com
1.13k stars 431 forks source link

Devision by zero application/controllers/report/region.php 395 #163

Open wlu-mstr opened 6 years ago

wlu-mstr commented 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.