heatmaps: part 20

This commit is contained in:
nym21
2026-06-01 13:31:00 +02:00
parent 46b888337c
commit a61b76a4a5
+1
View File
@@ -28,6 +28,7 @@ export function createHeatmapLoader({ addDateToGrid, rebuildGrid, paint }) {
return pointsByDate.get(date);
},
reset() {
abortController?.abort();
pointsByDate = new Map();
},
/**