Observable PlotSpecialized

Bullet Chart

Bullet chart for performance metrics against targets and ranges.

Preview placeholder

bullet-v1

Installation

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

Props

PropTypeDescription
valuenumberCurrent value
targetnumberTarget value
rangesnumber[]Background range thresholds

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { BulletChart } from '@/viz/components/plot/generic/bullet-v1';