Search Results: language:TI Anmeldung Charts Bookmark-Button

Relocate the Legend

Guides

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

Guides

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

Guides

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

Guides

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

Guides

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({ ...