For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Animated Line Chart

SVG line chart drawn left-to-right via stroke-dashoffset.

Customize
1
4

Installation

$ pnpm dlx shadcn@latest add @framecn/animated-line-chart

Usage

import { AnimatedLineChart } from "@/components/framecn/animated-line-chart";
<AnimatedLineChart />

API Reference

AnimatedLineChart

PropTypeDefault
datanumber[][12, 19, 8, 15, 22, 18, 28, 25, 32]
widthnumber1000
heightnumber500
strokeColorstring"#22c55e"
strokeWidthnumber4
backgroundstring"#0a0a0a"
gridColorstring"#27272a"
showDotbooleantrue
speednumber1
fpsnumber30
durationInFramesnumber90
classNamestring-

Notes