Skip to content

Commit b443e7e

Browse files
committed
feat(registry): add us-map choropleth block
Animated US population density choropleth using D3 geoAlbersUsa projection with TopoJSON. Includes staggered state reveals, label fade-ins, gradient legend, and highlight pulses on densest states.
1 parent 3ec0aa4 commit b443e7e

3 files changed

Lines changed: 439 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
3+
"name": "us-map",
4+
"type": "hyperframes:block",
5+
"title": "US Map",
6+
"description": "Animated US choropleth map with staggered state reveals, value labels, and gradient legend — pure inline SVG with GSAP",
7+
"tags": ["data", "map", "geography", "usa", "choropleth"],
8+
"dimensions": {
9+
"width": 1920,
10+
"height": 1080
11+
},
12+
"duration": 12,
13+
"files": [
14+
{
15+
"path": "us-map.html",
16+
"target": "compositions/us-map.html",
17+
"type": "hyperframes:composition"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)