Interface: LinearGaugeSeriesOptions
Extends
StandaloneSeriesBaseOptions
Properties
fills?
optionalfills?:string[]
Inherited from
StandaloneSeriesBaseOptions.fills
id?
optionalid?:string
Inherited from
StandaloneSeriesBaseOptions.id
label?
optionallabel?:GaugeLabelOptions
The value printed beside the bar.
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
orientation?
optionalorientation?:"vertical"|"horizontal"
Which way the scale runs (horizontal by default).
scale?
optionalscale?:object
max?
optionalmax?:number
min?
optionalmin?:number
segments?
optionalsegments?:GaugeSegment[]
Colored scale segments: the value each color extends to. With segments the track carries the qualitative ranges and the value rides over them as a thinner bar, the way a bullet chart reads.
showInLegend?
optionalshowInLegend?:boolean
Inherited from
StandaloneSeriesBaseOptions.showInLegend
target?
optionaltarget?:number
Target mark.
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 along the track.
tooltip?
optionaltooltip?:Switchable&object
Type Declaration
renderer?
optionalrenderer?: (params) =>string|TooltipContentData
Parameters
params
NodeTooltipRendererParams
Returns
string | TooltipContentData
Inherited from
StandaloneSeriesBaseOptions.tooltip
type
type:
"linear-gauge"
value
value:
number
visible?
optionalvisible?:boolean
Inherited from
StandaloneSeriesBaseOptions.visible