BulletDatum
@elastic/charts • Exports
@elastic/charts / BulletDatum
Interface: BulletDatum
Contents
Properties
domain
domain:
GenericDomain
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:26
niceDomain?
niceDomain?:
boolean
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:27
subtitle?
subtitle?:
string
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:23
syncCursor?
syncCursor?:
boolean
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:41
target?
target?:
number
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:25
targetFormatter?
targetFormatter?:
ValueFormatter
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:43
tickFormatter
tickFormatter:
ValueFormatter
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:44
ticks?
ticks?:
number
|number
[] | (domain
) =>number
[]
Approximate number of ticks to be returned. Must be greater than 0.
Or
Function that returns the exact ticks to use, this if you pass bad ticks we will not be able to help you! Sort order must match the direction of the domain.
Defaults to auto ticks based on length
See https://d3js.org/d3-scale/linear#linear_ticks
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:40
title
title:
string
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:22
value
value:
number
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:24
valueFormatter
valueFormatter:
ValueFormatter
Source
packages/charts/src/chart_types/bullet_graph/spec.ts:42
Generated using typedoc-plugin-markdown and TypeDoc