Overview
A label that displays the item's value or custom data can accompany each funnel item.
Options that configure item labels are collected in the label object. Refer to its description in the API reference or to other topics in this section for details on item label settings.
jQuery
JavaScript
$(function() { $("#funnelContainer").dxFunnel({ // ... label: { // Settings for all item labels } }); });
Angular
HTML
TypeScript
<dx-funnel ... > <dxo-label ... > <!-- Settings for all item labels --> </dxo-label> </dx-funnel>
import { DxFunnelModule } from "devextreme-angular"; // ... export class AppComponent { // ... } @NgModule({ imports: [ // ... DxFunnelModule ], // ... })
See Also
Feel free to share demo-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you!
We appreciate your feedback.
We appreciate your feedback.