Search Results: language:TI Anmeldung Charts Bookmark-Button
- All Results 466
- Guides 119
- Reference 347
- Technical Demos
- Support Center
Relocate the Legend
The legend can be moved inside the chart using the position property, and also aligned in the horizontal or vertical direction using the horizontalAlignment or verticalAlignment...
Pyramid Chart
You can use the Funnel UI component to create a pyramid chart. Change the algorithm property to "dynamicHeight" and the inverted property to true. jQuery JavaScript$(function() { ...
Overview
A label that displays the item's value or custom data can accompany each funnel item. Properties that configure item labels are collected in the label object. Refer to its description in the API...
Customize Labels
NOTE This topic focuses on properties that customize the text of item labels. There are other properties that customize labels, such as backgroundColor, font, border, etc., but their purpose and...
Relocate Labels
Labels are arranged in a column by default. Change the label.position property to display labels beside or inside funnel items. jQuery JavaScript$(function() { $("#funnelContainer").dxFunnel({ ...