Data Story
Chart-led video with animated metrics and timeline context.
Install
$ npx remotion-ui@latest add --recipe data-storyRender
$ npx remotion render src/Root.tsx DataStory out/data-story.mp4Usage notes
- Use
DataStoryfor a full composition. - Use
AnimatedBarChart,MetricTicker, andTimelineStepsfor custom scenes. - Convert your data into typed arrays before rendering.
- Keep text short and video-readable; split long explanations across scenes.
- Import installed components from local source paths, not from
remotion-ui.
Agent notes
- Prefer this recipe when the user asks for a chart-led explainer or metrics video.
Typical imports
Imports
import { DataStory } from "@/compositions/data-story";
import { AnimatedBarChart } from "@/remotion/scenes/animated-bar-chart";
import { MetricTicker } from "@/remotion/scenes/metric-ticker";