CompositeDashboards
State Panel
Comprehensive state visualization panel with multiple chart types.
Preview placeholder
state-panel-v1
Installation
Terminal
npx @ontopic/viz add composite/generic/state-panel-v1Props
| Prop | Type | Description |
|---|---|---|
state | string | State FIPS code or abbreviation |
data | StatePanelData | State-level data |
See full TypeScript interface on GitHub for all props.
Usage Example
TypeScript
import { StatePanel } from '@/viz/components/composite/generic/state-panel-v1';Metadata
- Last Updated2025-01-12
- FrameworkComposite
- CategoryDashboards
- Subcategorygeneric
Composite Dashboard US States Multi-chart
Dependencies
recharts@observablehq/plot
Quick Install
npx @ontopic/viz add composite/generic/state-panel-v1Related Components
composite
Health Dashboard
BRFSS health surveillance dashboard with demographic tabs showing Line/Bar/Dot charts.
composite
ZIP Code Dashboard
ZIP code level health metrics dashboard with map and statistics.
composite
Compute Form
Interactive regression analysis form interface for model specification.
composite
Compute Results
Results display component for regression computations.