Closed avian2 closed 5 years ago
This is a proposed fix for issue #15.
$Totalh (total hits) is zero when you have downloads with only 206 hits. This commit adds a check for this case to the if around the pie chart code (the chart is skipped in this case).
$Totalh
if
+1
cc @eldy
This is a proposed fix for issue #15.
$Totalh
(total hits) is zero when you have downloads with only 206 hits. This commit adds a check for this case to theif
around the pie chart code (the chart is skipped in this case).