GoalSpec
@elastic/charts • Exports
@elastic/charts / GoalSpec
Interface: GoalSpec
Contents
Extends
Properties
actual
actual:
number
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:59
angleEnd
angleEnd:
number
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:79
angleStart
angleStart:
number
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:78
bandFillColor
bandFillColor:
BandFillColorAccessor
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:72
bandLabels
bandLabels:
string
[]
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:80
bands?
bands?:
number
|number
[]
array of discrete band intervals or approximate number of desired bands
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:63
base
base:
number
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:57
centralMajor
centralMajor:
string
|GoalLabelAccessor
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:76
centralMinor
centralMinor:
string
|GoalLabelAccessor
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:77
chartType
chartType:
"goal"
Chart type define the type of chart that use this spec
Overrides
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:55
domain
domain:
GoalDomainRange
Domain of goal charts. Limits every value to within domain.
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:71
id
id:
string
unique Spec identifier
Inherited from
Source
packages/charts/src/specs/index.ts:14
labelMajor
labelMajor:
string
|GoalLabelAccessor
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:74
labelMinor
labelMinor:
string
|GoalLabelAccessor
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:75
specType
specType:
"series"
The type of spec, can be series, axis, annotation, settings etc
Overrides
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:54
subtype
subtype:
GoalSubtype
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:56
target?
target?:
number
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:58
tickValueFormatter
tickValueFormatter:
GoalLabelAccessor
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:73
ticks?
ticks?:
number
|number
[]
Array of discrete tick values or approximate number of desired ticks
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:67
tooltipValueFormatter
tooltipValueFormatter:
ValueFormatter
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:81
Generated using typedoc-plugin-markdown and TypeDoc