build69
build69  /  Components  /  Charts  /  MiniBar

MiniBar

v1.0.3Updated 25 Jul 2026

Tiny inline bar chart for table cells / KPI tiles. Single line, no axes.

Preview

Live · 7 stories
DefaultOpen ↗
Why this is recommendedchartminiinlinebar+3

The default, out-of-the-box MiniBar.

Recommended for+14
  • Table cell trend column
  • KPI tile mini chart
  • Inline status bars
Tags+6
chartminiinlinebarsparklinedata-vizdefault
Features+4
  • No axes / labels
  • Tonal variants
  • Configurable height
Not recommended for−2
  • Full charts (use BarChart)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "MiniBar" })

Usage

import { MiniBar } from '@/components/data-viz/mini-bar';

<MiniBar values={[2, 4, 3, 6, 8]} />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
values

Data points

number[]yes

Related