Interface: GaugeLayoutOptions
Defined in: charts/gauge.ts:24
Tunables for gaugeLayout.
Properties
endAngle?
ts
optional endAngle?: number;Defined in: charts/gauge.ts:33
Angle of the sweep end, degrees. Default -20.
innerRadius?
ts
optional innerRadius?: number;Defined in: charts/gauge.ts:37
Inner (track) radius, data units. Default 0.7.
max?
ts
optional max?: number;Defined in: charts/gauge.ts:29
Value at the end of the sweep. Default 100.
min?
ts
optional min?: number;Defined in: charts/gauge.ts:27
Value at the start of the sweep. Default 0.
radius?
ts
optional radius?: number;Defined in: charts/gauge.ts:35
Outer radius, data units. Default 1.
startAngle?
ts
optional startAngle?: number;Defined in: charts/gauge.ts:31
Angle of the sweep start, degrees. Default 200.
value
ts
value: number;Defined in: charts/gauge.ts:25