From 158f15e8f0739c08d72eca46b34904285dae09c5 Mon Sep 17 00:00:00 2001 From: Akshar Patel <123344143+AksharP5@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:55:21 -0400 Subject: [PATCH] fix(catalog): keep the animated bar chart preview in frame (#3254) --- docs/public/catalog/components/animated-bar-chart.json | 2 +- registry/components/animated-bar-chart/demo.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public/catalog/components/animated-bar-chart.json b/docs/public/catalog/components/animated-bar-chart.json index 0af415bf2..d89caaec6 100644 --- a/docs/public/catalog/components/animated-bar-chart.json +++ b/docs/public/catalog/components/animated-bar-chart.json @@ -1 +1 @@ -{"html":"\n\n \n \n \n Animated Bar Chart - Demo\n \n \n \n \n \n
\n
\n
\n
\n

Animated Bar Chart

\n

A compact data card with deterministic bar growth and value callouts.

\n
\n +42%\n
\n
\n \n
\n
\n \n \n \n \n \n
\n JanFebMarAprMayJunJul\n
\n
\n
\n
\n \n \n \n\n"} \ No newline at end of file +{"html":"\n\n \n \n \n Animated Bar Chart - Demo\n \n \n \n \n \n
\n
\n
\n
\n

Animated Bar Chart

\n

A compact data card with deterministic bar growth and value callouts.

\n
\n +42%\n
\n
\n \n
\n
\n \n \n \n \n \n
\n JanFebMarAprMayJunJul\n
\n
\n
\n
\n \n \n \n\n"} \ No newline at end of file diff --git a/registry/components/animated-bar-chart/demo.html b/registry/components/animated-bar-chart/demo.html index c5c35e736..0a9429d89 100644 --- a/registry/components/animated-bar-chart/demo.html +++ b/registry/components/animated-bar-chart/demo.html @@ -28,7 +28,7 @@ display: grid; place-items: center; padding: 52px; - transform: scale(2.1); + transform: scale(1.6); transform-origin: center center; } .hf-remocn-animated-bar-chart {