BRFSS Demographic Dashboard
A tabbed dashboard for one BRFSS health measure broken down by demographic axis — age, education, income, race/ethnicity — with a one-click toggle between dot, line, and bar renderings of the same levels. Use it when the question is 'who is most affected?': the tabs let a reader walk one prevalence estimate across every demographic lens without leaving the figure.
BRFSS Demographic Dashboard
Installshow
viz add composite/brfss/brfss-dashboard-v1Usageshow
import Component from '@/viz/components/composite/brfss/brfss-dashboard-v1';
Metadata
- FrameworkComposite
- CategoryDemographic breakdowns
- Subcategorybrfss
- Source
composite/brfss/brfss-dashboard-v1
Dependencies
Related Components
GSS Wording Experiments
A two-panel composite for visualizing GSS split-ballot wording experiments. The top panel shows pooled-across-years estimates by a moderator (party, race, age) as a paired-dot "dumbbell" plot — one dot per wording, connected by a gap label in percentage points. The bottom panel is the 1984–2024 time-trend with both wordings overlaid and design-adjusted 95% CIs. Built around the canonical "natfare" (welfare) vs "natfarey" (assistance to the poor) experiment, but the data shape generalizes to any GSS NAT___ / NAT___Y pair.
Demographic breakdowns
Three chart shapes (line, bar, dot) for showing one outcome across five demographic axes — Age, Education, Income, Race, Gender — from a single dataset shape. Includes the multi-panel composite for showing the same outcome on all five axes side-by-side with consistent scales.
Dumbbell
One row per category with a connector between two endpoint dots — the visual gap between two series (men vs women, then vs now), with value labels and an optional ratio note. Use it when the distance between two values is the finding.
Grouped Bar
Multi-series bars grouped side-by-side or stacked within category bands, with a legend and tooltips. The workhorse categorical comparison when small multiples would be overkill.