Chart — Astro

Data visualization (e.g. bar chart); theme-aware; integrate with Chart.js or use CSS-only bars.

Chart

Simple bar chart using theme variables. Pass a data array of { label, value }. For complex charts, use Chart.js or Recharts with these classes.

Add this component

Run the command below in your project directory. When prompted, select the component(s) you want. The CLI will copy the CSS and component files.

Choose your package manager — click a tab to select, then copy the command.

npm pnpm yarn bun

Live Example

Bar chart

Usage

Usage

Full example for each framework (Astro, Vanilla, Svelte, Vue, React). Switch framework via View as or by clicking a Usage tab—both stay in sync.

Astro Vanilla Svelte Vue React

Other frameworks: Vanilla · Svelte · Vue · React