Skip to main content

BulletSpec

@elastic/chartsExports


@elastic/charts / BulletSpec

Interface: BulletSpec

Contents

Extends

Properties

chartType

chartType: "bullet"

Chart type define the type of chart that use this spec

Overrides

Spec.chartType

Source

packages/charts/src/chart_types/bullet_graph/spec.ts:72


colorBands?

colorBands?: BulletColorConfig

Source

packages/charts/src/chart_types/bullet_graph/spec.ts:76


data

data: (undefined | BulletDatum)[][]

Source

packages/charts/src/chart_types/bullet_graph/spec.ts:73


id

id: string

unique Spec identifier

Inherited from

Spec.id

Source

packages/charts/src/specs/spec_type.ts:29


specType

specType: "series"

The type of spec, can be series, axis, annotation, settings etc

Overrides

Spec.specType

Source

packages/charts/src/chart_types/bullet_graph/spec.ts:71


subtype

subtype: BulletSubtype

Source

packages/charts/src/chart_types/bullet_graph/spec.ts:74


tickSnapStep?

tickSnapStep?: number

Source

packages/charts/src/chart_types/bullet_graph/spec.ts:75


valueLabels?

valueLabels?: Optional<BulletValueLabels>

Source

packages/charts/src/chart_types/bullet_graph/spec.ts:77


Generated using typedoc-plugin-markdown and TypeDoc