Observable PlotSpecialized

Slope Chart

Slope chart for before/after comparisons showing change direction.

Preview placeholder

slope-v1

Installation

Terminal
npx @ontopic/viz add plot/generic/slope-v1

Props

PropTypeDescription
dataSlopeData[]Before/after value pairs

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { SlopeChart } from '@/viz/components/plot/generic/slope-v1';