GoalDomainRange
@elastic/charts • Exports
@elastic/charts / GoalDomainRange
Interface: GoalDomainRange
Contents
Properties
max
max:
number
A finite number to defined the upper bound of the domain. Defaults to 1 if not finite.
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:49
min
min:
number
A finite number to defined the lower bound of the domain. Defaults to 0 if not finite.
Source
packages/charts/src/chart_types/goal_chart/specs/index.ts:45
Generated using typedoc-plugin-markdown and TypeDoc