build69
build69  /  Components  /  Charts  /  chart

chart

v1.0.1Updated 20 Jul 2026

shadcn ChartContainer / ChartTooltip / ChartLegend wrappers that adapt recharts to build69 theme tokens. Foundation for all build69 chart composites.

Preview

Live · 7 stories
Themed ConfigOpen ↗
Why this is recommendedchartshadcnrechartscontainer+4

chart — themed config.

Recommended for+14
  • Building custom charts on top of recharts
  • Underpins BarChart / LineChart / PieChart / etc.
Tags+6
chartshadcnrechartscontainerthemeprimitivethemedconfig
Features+4
  • ChartContainer with CSS theme-token vars
  • ChartTooltip + ChartTooltipContent
  • ChartLegend + ChartLegendContent
  • ChartStyle theme injector
Not recommended for−2
  • Most product surfaces (use the build69 chart composites)

Install

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

get_registry_item({ name: "chart" })

Usage

import { ChartContainer, ChartTooltip, ChartTooltipContent } from '@/components/data-viz/chart';

<ChartContainer config={config}></ChartContainer>

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
config

Per-series colour / label config

ChartConfigyes

Related