RechartsStatistical

Histogram (Recharts)

Distribution histogram with mean/median reference lines using Recharts.

Preview placeholder

histogram-recharts-v1

Installation

Terminal
npx @ontopic/viz add recharts/generic/histogram-v1

Props

PropTypeDescription
datanumber[]Array of numeric values
binsnumberNumber of histogram bins

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { Histogram } from '@/viz/components/recharts/generic/histogram-v1';