RechartsDemographics

Demographic Bar Chart

Tabbed bar charts with error bars for demographic breakdowns. Shows comparisons across groups.

Preview placeholder

demographic-bar-v1

Installation

Terminal
npx @ontopic/viz add recharts/generic/demographic-bar-v1

Props

PropTypeDescription
dataDemographicDataDemographic breakdown data
showErrorBarsbooleanShow confidence intervals

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { DemographicBarChart } from '@/viz/components/recharts/generic/demographic-bar-v1';