BulletGraph
Spec
Defines a simple bullet chart.
Overview
Compatible Specs
BulletGraph
is a standalone spec and cannot be combined with other specs except the Settings
specs.
Overrides
specType
->SpecType.Series
chartType
->ChartType.BulletGraph
Props
All props can be found via BulletGraphProps
type.
Spec
Props
Inherits Spec
props
data
- Type:
data: (BulletDatum | undefined)[][]
subtype
- Type:
subtype: BulletGraphSubtype
tickSnapStep
- Type:
tickSnapStep?: number
colorBands
- Type:
colorBands?: BulletColorConfig
valueLabels
- Type:
valueLabels?: Optional<BulletValueLabels>