build69
build69  /  Components  /  Charts  /  MiniLine

MiniLine

v1.0.3Updated 25 Jul 2026

Tiny inline line chart for table cells / KPI tiles. No axes.

Preview

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

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

Recommended for+14
  • Table cell trend column
  • KPI tile mini chart
Tags+6
chartminiinlinelinesparklinedata-vizdefault
Features+4
  • No axes / labels
  • Tonal variants
  • Configurable stroke width
Not recommended for−2
  • Full charts (use LineChart)

Install

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

get_registry_item({ name: "MiniLine" })

Usage

import { MiniLine } from '@/components/data-viz/mini-line';

<MiniLine 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