Funnel Chart
The Funnel chart is a tool for showing how data decreases as it moves through different stages. Each stage is shown as a separate section on the chart.
Last updated
The Funnel chart is a tool for showing how data decreases as it moves through different stages. Each stage is shown as a separate section on the chart.
Last updated
Provide the JSON content to generate the chart dynamically. Sample data is given blow.
The fields in the data array include-
Property | Value |
---|---|
value | Indicates the number value that decides the size of the node |
name | Specifies the label of the node that is displayed to the user |
color | Decides the color that is used to fill the node |
Position of the legend refers to the placement of the key that explains the various elements displayed on the chart. It is essential to ensure that viewers can easily understand the information presented.
Property | Value |
---|---|
Bottom | The legend is placed at the bottom of the chart |
Top | The legend is placed at the top of the chart |
Refers to the placement of the label/name of each node component. The users can decide the position according to the need.
Property | Value |
---|---|
Center | The label is printed right within the node and the text is aligned at the center |
Right | The label text is pushed to the right end of each component to denote the node |
Left | The label is placed on the left side of the node |
This refers to where the main title of the chart is located on the visual representation of data. Consider the placement of the chart title in guiding viewers through the information displayed on the chart.
Property | Value |
---|---|
Center | The title is aligned to the center part of the title area |
Right | The title text is pushed to the right end of the title area |
Left | The title text is pushed to the left end of the title area |
Specify the number of pixels that splits the left-border of the chart container and the actual funnel chart.
Specify the number of pixels that splits the top-border of the chart container and the funnel chart.
Specify the number of pixels that splits the bottom-border of the chart container and the funnel chart.
It is a number that sets the minimum value the chart accepts. Any node that represents a lesser value than this will be set empty.
It is a number that sets the maximum value the chart accepts. Any node that represents a greater value than this will be set empty.
Specify the number value to increase or decrease the space among the chart components.
Provide a short and descriptive title for the chart that clearly summarizes the data and information being presented. This title should be concise yet informative, helping the audience understand the content of the chart at a glance.
This tooltip pops up when the user moves the mouse over the component area of the chart. This is commonly used to provide some extra or important information to the user on the usage of the widget.
The tooltip will be immediately shown when the user's mouse hovers over the widget, and immediately hides when the user's mouse leaves. This information will be contextual, useful, and informative.
Adjust the settings for the visibility of the labels attached to the chart components. You have the option to turn off this setting in order to hide the labels.
This feature allows the user to determine the visibility of the legend on the chart based on their preference.
Event | Description |
---|---|
|
Property | Description |
---|---|
Background | Users can change the colour of the background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the font clearly. |
This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.
This event will be triggered when the user clicks on the chart.