BulletSpec
@elastic/charts • Exports
@elastic/charts / BulletSpec
Interface: BulletSpec
Contents
Extends
Properties
chartType
chartType:
"bullet"
Chart type define the type of chart that use this spec
Overrides
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:73
colorBands?
colorBands?:
BulletColorConfig
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:77
data
data: (
undefined
|BulletDatum
)[][]
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:74
id
id:
string
unique Spec identifier
Inherited from
Source
packages/charts/src/specs/index.ts:14
specType
specType:
"series"
The type of spec, can be series, axis, annotation, settings etc
Overrides
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:72
subtype
subtype:
BulletSubtype
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:75
tickSnapStep?
tickSnapStep?:
number
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:76
valueLabels?
valueLabels?:
Optional
<BulletValueLabels
>
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:78
Generated using typedoc-plugin-markdown and TypeDoc