Interface: RadialGaugeSeriesOptions
Extends
StandaloneSeriesBaseOptions
Properties
endAngle?
optionalendAngle?:number
fills?
optionalfills?:string[]
Inherited from
StandaloneSeriesBaseOptions.fills
id?
optionalid?:string
Inherited from
StandaloneSeriesBaseOptions.id
label?
optionallabel?:GaugeLabelOptions
The value printed below the hub.
name?
optionalname?: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?
optionalneedle?:Switchable
scale?
optionalscale?:object
max?
optionalmax?:number
min?
optionalmin?:number
segments?
optionalsegments?:GaugeSegment[]
Colored scale segments: the value each color extends to.
showInLegend?
optionalshowInLegend?:boolean
Inherited from
StandaloneSeriesBaseOptions.showInLegend
startAngle?
optionalstartAngle?:number
target?
optionaltarget?:number
A mark across the ring at the value being aimed at.
targetColor?
optionaltargetColor?:string
Color of the target mark (the foreground of the theme by default).
thickness?
optionalthickness?:number
ticks?
optionalticks?:GaugeLabelOptions
The two ends of the scale, printed outside the arc.
tooltip?
optionaltooltip?:Switchable&object
Type Declaration
renderer?
optionalrenderer?: (params) =>string|TooltipContentData
Parameters
params
NodeTooltipRendererParams
Returns
string | TooltipContentData
Inherited from
StandaloneSeriesBaseOptions.tooltip
type
type:
"radial-gauge"
value
value:
number
visible?
optionalvisible?:boolean
Inherited from
StandaloneSeriesBaseOptions.visible