Merge branch 'pr-1992' into review/registry-families

# Conflicts:
#	registry/registry.json
This commit is contained in:
Miguel Angel Simon Sierra
2026-07-31 22:17:05 +02:00
34 changed files with 2674 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"$schema": "https://hyperframes.heygen.com/schema/registry-item.json",
"name": "mk-line-graph",
"type": "hyperframes:block",
"title": "Minimal Line Graph",
"description": "One or two SVG series draw on with dots popping and value labels riding the draw front; dim baseline axis, x-labels, color-dot legend",
"tags": ["data-viz", "chart", "graph", "minimal"],
"dimensions": {
"width": 1920,
"height": 1080
},
"duration": 7,
"files": [
{
"path": "mk-line-graph.html",
"target": "compositions/mk-line-graph.html",
"type": "hyperframes:composition"
}
]
}