Skip to content

BulletItem

Defined in: types/index.ts:601

A single bullet-chart row.

label: string

Defined in: types/index.ts:603

Row label drawn at the left.


optional ranges?: number[]

Defined in: types/index.ts:609

Qualitative band stops (e.g. [60, 80, 100] for poor / good / excellent).


optional target?: number

Defined in: types/index.ts:607

Target marker (the small tick).


value: number

Defined in: types/index.ts:605

Current measure (the dark bar).