This commit is contained in:
2026-04-29 09:53:56 +07:00
parent 7997c7aec7
commit a5bdcb6008
7 changed files with 124864 additions and 250780 deletions

View File

@@ -1004,7 +1004,7 @@ function loadProvinceMap(startYear, startWeek, endYear, endWeek) {
// 👉 group by pathogen_name
const pathogens = [...new Set(rows.map(r => r.pathogen_name))];
const spacing = 1; //0.12; // adjust spacing between circles
const spacing = 0.15; //0.12; // adjust spacing between circles
rows.forEach(row => {