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-v1

Props

PropTypeDescription
dataTrendData[]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';