Skip to content

BulletItem

Defined in: types/index.ts:598

A single bullet-chart row.

label: string

Defined in: types/index.ts:600

Row label drawn at the left.


optional ranges?: number[]

Defined in: types/index.ts:606

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


optional target?: number

Defined in: types/index.ts:604

Target marker (the small tick).


value: number

Defined in: types/index.ts:602

Current measure (the dark bar).