Skip to content

grafit-charts


Interface: RadialGaugeSeriesOptions

Extends

  • StandaloneSeriesBaseOptions

Properties

endAngle?

optional endAngle?: number


fills?

optional fills?: string[]

Inherited from

StandaloneSeriesBaseOptions.fills


id?

optional id?: string

Inherited from

StandaloneSeriesBaseOptions.id


label?

optional label?: Switchable & object

Type Declaration

formatter?

optional formatter?: (value) => string

Parameters
value

number

Returns

string


needle?

optional needle?: Switchable


scale?

optional scale?: object

max?

optional max?: number

min?

optional min?: number


segments?

optional segments?: object[]

Colored scale segments: the value each color extends to.

color

color: string

to

to: number


showInLegend?

optional showInLegend?: boolean

Inherited from

StandaloneSeriesBaseOptions.showInLegend


startAngle?

optional startAngle?: number


thickness?

optional thickness?: number


type

type: "radial-gauge"


value

value: number


visible?

optional visible?: boolean

Inherited from

StandaloneSeriesBaseOptions.visible