Skip to content

Commit b4ce426

Browse files
Chart: Update Pyramid Chart demo description (DevExpress#30690) (DevExpress#30695)
1 parent b30a75a commit b4ce426

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed
Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
The DevExtreme JavaScript Pyramid Chart is often used to visualize an organizational structure. In this demo, the pyramid displays a team’s composition, reflecting both subordination and strength. In code, the pyramid is created using the Funnel component with the **algorithm** property set to _«dynamicHeight»_ and **inverted** property set to **true**.
2-
<!--split-->
1+
DevExtreme Funnel can display data in a pyramid chart. To configure the component as a pyramid chart, assign *"dynamicHeight"* to the [algorithm](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/#algorithm) property and enable [inverted](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/#inverted).
2+
<!--split-->
3+
4+
This demo specifies multiple Funnel configuration objects:
5+
6+
- [title](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/title/)
7+
Specifies a title for the Funnel component.
8+
- [tooltip](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/tooltip/)
9+
Specifies item tooltips.
10+
- [item](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/item/)
11+
Customizes the appearance of items.
12+
- [legend](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/legend/)
13+
Configures the component legend.
14+
- [label](/Documentation/ApiReference/UI_Components/dxFunnel/Configuration/label/)
15+
Configures item labels.

0 commit comments

Comments
 (0)