Skip to content

grafit-charts


Interface: LinearGaugeSeriesOptions

Extends

  • StandaloneSeriesBaseOptions

Properties

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


scale?

optional scale?: object

max?

optional max?: number

min?

optional min?: number


showInLegend?

optional showInLegend?: boolean

Inherited from

StandaloneSeriesBaseOptions.showInLegend


target?

optional target?: number

Target mark.


thickness?

optional thickness?: number


type

type: "linear-gauge"


value

value: number


visible?

optional visible?: boolean

Inherited from

StandaloneSeriesBaseOptions.visible