Observable PlotSpecialized
Time Trend Demo
Time trend with theme support demonstrating Observable Plot capabilities.
Preview placeholder
time-trend-demo-v1
Installation
Terminal
npx @ontopic/viz add plot/generic/time-trend-demo-v1Props
| Prop | Type | Description |
|---|---|---|
data | TrendData[] | Time series data |
theme | 'light' | 'dark' | Color theme |
See full TypeScript interface on GitHub for all props.
Usage Example
TypeScript
import { TimeTrendDemo } from '@/viz/components/plot/generic/time-trend-demo-v1';Metadata
- Last Updated2025-01-12
- FrameworkObservable Plot
- CategorySpecialized
- Subcategorygeneric
Observable Plot Demo Time Series Theme
Dependencies
@observablehq/plot
Quick Install
npx @ontopic/viz add plot/generic/time-trend-demo-v1Related Components
plot
Marijuana Opinion Trend
GSS marijuana legalization trends by church attendance and other demographics.
plot
US State Choropleth
US state choropleth map with TopoJSON. Color-encodes values by state with tooltips.
plot
Generic Choropleth
Generic choropleth map component supporting any TopoJSON geography.
plot
Density Map
Density map visualization with geographic boundaries for population or event density.