WIP heatmap full-page coordinate and replay rendering work

This commit is contained in:
Francis Cao
2026-05-19 09:05:11 -07:00
parent a7a0d73dd7
commit 1f3f805a30
13 changed files with 911 additions and 209 deletions
@@ -9,6 +9,9 @@ CREATE TABLE "heatmap_event" (
"node_id" INTEGER,
"x" INTEGER,
"y" INTEGER,
"page_x" INTEGER,
"page_y" INTEGER,
"page_w" INTEGER,
"viewport_w" INTEGER,
"viewport_h" INTEGER,
"page_h" INTEGER,