Interface: FunnelSeriesOptions
Extends
FunnelSeriesBaseOptions
Properties
calloutLine?
optionalcalloutLine?:Switchable&object
Line from a segment to its outside label (segment color by default).
Type Declaration
length?
optionallength?:number
stroke?
optionalstroke?:string
strokeWidth?
optionalstrokeWidth?:number
Inherited from
FunnelSeriesBaseOptions.calloutLine
fills?
optionalfills?:string[]
Inherited from
FunnelSeriesBaseOptions.fills
id?
optionalid?:string
Inherited from
FunnelSeriesBaseOptions.id
itemSpacing?
optionalitemSpacing?:number
Gap between segments (4 by default).
Inherited from
FunnelSeriesBaseOptions.itemSpacing
label?
optionallabel?:Switchable&FontOptions&object
Labels: inside (auto-contrast) or outside on the right.
Type Declaration
formatter?
optionalformatter?: (params) =>string
Parameters
params
datum
stage
string
value
number
Returns
string
placement?
optionalplacement?:"inside"|"outside"
Inherited from
FunnelSeriesBaseOptions.label
name?
optionalname?:string
Inherited from
FunnelSeriesBaseOptions.name
showInLegend?
optionalshowInLegend?:boolean
Inherited from
FunnelSeriesBaseOptions.showInLegend
stageField
stageField:
string
Stage name.
Inherited from
FunnelSeriesBaseOptions.stageField
type
type:
"funnel"
valueField
valueField:
string
Stage value.
Inherited from
FunnelSeriesBaseOptions.valueField
visible?
optionalvisible?:boolean
Inherited from
FunnelSeriesBaseOptions.visible
widthRatio?
optionalwidthRatio?:number
Fraction of the plot width used by the shape (0.62 by default); independent of labels.
Inherited from
FunnelSeriesBaseOptions.widthRatio