Funnel charts are a type of chart, often used to represent stages in a sales process and show the amount of potential revenue for each stage. This type of chart can also be useful in identifying potential problem areas in an organisation's sales processes. A funnel chart is similar to a stacked percent bar chart.
Uses -
You can simply add FunnelChart web block from FunnelChart and it'll take below input parameters -
1. Data - List of Records.
where -
name - Label name of X-Axis points.
value - Value in funnel for individual point.
custom_field - Any extra data you want to show in tooltip for individual points.
normal - Normal setting of funnel for individual point.
fill - Color name or code to be fill in funnel.
hatchFill - Color name or code to be fill in funnel as hatchFill.
stroke - Color name or code for the stroke.
selected - Selected setting of funnel for individual point.
fill - Color name or code to be fill in funnel when selected.
hatchFill - Color name or code to be fill in funnel as hatchFill when selected.
stroke - Color name or code for the stroke when selected.
hovered - hovered setting of funnel for individual point.
fill - Color name or code to be fill in funnel when hover.
hatchFill - Color name or code to be fill in funnel as hatchFill when hover.
stroke - Color name or code for the stroke when hover.
2. LabelPosition - Text.
Position of the labels are - inside, outsideLeftInColumn, outsideRightInColumn, outsideLeft, outsideRight