Give us feedback
funnel-chart
Reactive icon

Funnel Chart

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 19 July 2023 by 
5.0
 (1 rating)
funnel-chart

Funnel Chart

Documentation
1.0.0

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