AG Studio: Build dashboards using native components in web apps. Join us for a webinar on 28th July at 2pm UTC+1 Register

series[type=' funnel']

type required 'funnel'
Configuration for the Funnel Series.
stageKey required DatumKey
The key to use to retrieve stage values from the data.
valueKey required DatumKey
The key to use to retrieve values from the data.
id string default: auto-generated value
Primary identifier for the series. This is provided as `seriesId` in user callbacks to differentiate multiple series. Auto-generated ids are subject to future change without warning, if your callbacks need to vary behaviour by series please supply your own unique `id` value.
context ContextDefault
Context object to use in callbacks.
data DatumDefault[]
The data to use when rendering the series. If this is not supplied, data must be set on the chart instead.
visible boolean
Whether to display the series.
cursor string
The cursor to use for hovered markers. This config is identical to the CSS `cursor` property.
highlight AgHighlightOptions
Configuration for highlighting when a series or legend item is hovered over.
nodeClickRange InteractionRange
Range from a node that a click triggers the listener.
listeners AgSeriesListeners
A map of event names to event listeners.
fills AgColorType[]
The colours to cycle through for the fills of the bars. An array of colour strings, or fill objects for gradients, patterns, or images.
strokes CssColor[]
The colours to cycle through for the strokes of the bars.
fillOpacity Opacity
The opacity of the fill for the bars.
strokeOpacity Opacity
The opacity of the stroke for the bars.
strokeWidth PixelSize
The width in pixels of the stroke for the bars.
spacingRatio Ratio
The size of the gap between the categories as a proportion, between 0 and 1. This value is a fraction of the “step”, which is the interval between the start of a bar and the start of the next bar.
dropOff AgFunnelSeriesDropOff
Configuration for drop-offs between adjacent bars.
direction 'horizontal' | 'vertical'
Bar rendering direction.
crisp boolean
Align bars to whole pixel values to remove anti-aliasing.
label AgFunnelSeriesLabelOptions
Configuration for the labels shown on bars.
stageLabel AgFunnelSeriesStageLabelOptions
Configuration for the stage labels.
shadow AgDropShadowOptions
Configuration for the shadow used behind the series items.
tooltip AgSeriesTooltip
Series-specific tooltip configuration.
itemStyler Styler
Function used to return formatting for individual bars, based on the given parameters.
lineDash PixelSize[]
An array specifying the length in pixels of alternating dashes and gaps.
lineDashOffset PixelSize
The initial offset of the dashed line in pixels.