modify dashboard and services fetch source data
This commit is contained in:
@@ -140,7 +140,6 @@ function renderProvinceHeatmap(rows) {
|
||||
const total = totals[province]?.total || 0;
|
||||
const positive = totals[province]?.positive || 0;
|
||||
|
||||
// ✅ positivity kept
|
||||
const percent = total
|
||||
? ((positive / total) * 100).toFixed(1)
|
||||
: 0;
|
||||
|
||||
Reference in New Issue
Block a user