From d8e5c484f5d78c0562c6490362b0e96f3ed618c8 Mon Sep 17 00:00:00 2001 From: Akshar Patel Date: Wed, 12 Aug 2026 23:09:35 -0400 Subject: [PATCH] fix(catalog): keep the animated bar chart preview in frame --- 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 0af415bf2d..d89caaec69 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 c5c35e736e..0a9429d89b 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 {