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?: GaugeLabelOptions

The value printed below the hub.


name?

optional name?: string

Name of what the value of a node measures — the label of the tooltip row. Without it the row is named by the data key the value came from, which is the name of a column, not of a measure.

Inherited from

StandaloneSeriesBaseOptions.name


needle?

optional needle?: Switchable


scale?

optional scale?: object

max?

optional max?: number

min?

optional min?: number


segments?

optional segments?: GaugeSegment[]

Colored scale segments: the value each color extends to.


showInLegend?

optional showInLegend?: boolean

Inherited from

StandaloneSeriesBaseOptions.showInLegend


startAngle?

optional startAngle?: number


target?

optional target?: number

A mark across the ring at the value being aimed at.


targetColor?

optional targetColor?: string

Color of the target mark (the foreground of the theme by default).


thickness?

optional thickness?: number


ticks?

optional ticks?: GaugeLabelOptions

The two ends of the scale, printed outside the arc.


tooltip?

optional tooltip?: Switchable & object

Type Declaration

renderer?

optional renderer?: (params) => string | TooltipContentData

Parameters
params

NodeTooltipRendererParams

Returns

string | TooltipContentData

Inherited from

StandaloneSeriesBaseOptions.tooltip


type

type: "radial-gauge"


value

value: number


visible?

optional visible?: boolean

Inherited from

StandaloneSeriesBaseOptions.visible