From 4ce35b7cba683d7f2ffe8ad4e3f03e853f6425c3 Mon Sep 17 00:00:00 2001 From: jbernard077 Date: Sun, 5 Jul 2026 13:53:30 -0400 Subject: [PATCH] =?UTF-8?q?feat(registry):=20add=20mk-line-graph=20?= =?UTF-8?q?=E2=80=94=20minimal=20line=20graph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- docs/catalog/blocks/mk-line-graph.mdx | 44 +++ .../blocks/mk-line-graph/mk-line-graph.html | 283 ++++++++++++++++++ .../blocks/mk-line-graph/registry-item.json | 25 ++ registry/registry.json | 4 + 4 files changed, 356 insertions(+) create mode 100644 docs/catalog/blocks/mk-line-graph.mdx create mode 100644 registry/blocks/mk-line-graph/mk-line-graph.html create mode 100644 registry/blocks/mk-line-graph/registry-item.json diff --git a/docs/catalog/blocks/mk-line-graph.mdx b/docs/catalog/blocks/mk-line-graph.mdx new file mode 100644 index 000000000..a8813964f --- /dev/null +++ b/docs/catalog/blocks/mk-line-graph.mdx @@ -0,0 +1,44 @@ +--- +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" +--- + +# Minimal Line Graph + +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 + +`data-viz` `chart` `graph` `minimal` + +