feat(registry): add mk-line-graph — minimal line graph

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jbernard077
2026-07-06 12:50:58 -04:00
co-authored by Claude Fable 5
parent 2039bf5f44
commit 4ce35b7cba
4 changed files with 356 additions and 0 deletions
@@ -0,0 +1,25 @@
{
"$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"
}
]
}