Rechartsdataset-specific

Health Indicators Scatter

County health indicators scatterplot (e.g., obesity vs diabetes) with regression analysis.

Preview placeholder

health-scatter-v1

Installation

Terminal
npx @ontopic/viz add recharts/brfss/health-scatter-v1

Props

PropTypeDescription
dataCountyHealthData[]County-level health data

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { HealthScatter } from '@/viz/components/recharts/brfss/health-scatter-v1';