Skip to content

Commit b30a75a

Browse files
Chart: Update Funnel Chart demo description (DevExpress#30689) (DevExpress#30694)
1 parent 02117ae commit b30a75a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

apps/demos/Demos/Charts/FunnelChart/description.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
The DevExtreme JavaScript Funnel Chart visualizes a value at different stages. It helps assess value changes throughout these stages and identify potential issues. In this demo, the Funnel shows the percentage of website users that performed a certain action: downloaded a trial, contacted support, purchased a subscription, etc. The chart shows that most users decided not to subscribe after contacting support. You can use this information to make a decision, for example, to provide extra training for the support team.
1+
DevExtreme Funnel displays data in a funnel chart. You can implement funnel charts to display the flow of data over different stages. This demo displays conversion rates from website visits to product renewals.
2+
23
<!--split-->
34

5+
This demo specifies multiple Funnel configuration objects:
6+
7+
- [title](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/title/)
8+
Specifies a title for the Funnel component.
9+
- [export](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/export/)
10+
Configures export settings. Funnel supports multiple export [formats](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/export/#formats).
11+
- [tooltip](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/tooltip/)
12+
Specifies item tooltips.
13+
- [label](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/label/)
14+
Configures item labels.
15+
- [item](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/item/)
16+
Customizes the visual appearance of items.
17+
418
[note]
519

620
Use our DevExpress BI Dashboard to embed interactive business intelligence into your next web app.

0 commit comments

Comments
 (0)