Time Series with Metadata
Line chart with error bars and comprehensive metadata display panel.
Preview placeholder
timeseries-metadata-v1
Installation
npx @ontopic/viz add recharts/generic/timeseries-metadata-v1Props
| Prop | Type | Description |
|---|---|---|
data | DataPoint[] | Time series data |
metadata | MetadataConfig | Metadata to display |
See full TypeScript interface on GitHub for all props.
Usage Example
import { TimeSeriesWithMetadata } from '@/viz/components/recharts/generic/timeseries-metadata-v1';Metadata
- Last Updated2025-01-12
- FrameworkRecharts
- CategoryTime Series
- Subcategorygeneric
Dependencies
Quick Install
npx @ontopic/viz add recharts/generic/timeseries-metadata-v1Related Components
Time Series Line Chart
Multi-group trends with presidential context, confidence interval toggles, and interactive legend. Ideal for tracking indicators over time with demographic breakdowns.
Basic Time Series
Simple line chart with error bars for straightforward time series visualization without complex features.
Dual Axis Time Series
Dual y-axis chart with recession indicators and time range selection. Perfect for comparing two metrics with different scales.
Indexed Time Series
Indexed comparison normalized to a base period with recession bands. Useful for comparing growth rates across different metrics.