DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

LegendClickEvent

The type of the legendClick event handler's argument.

import { LegendClickEvent } from "devextreme/viz/funnel"
Type:

Object

component

The UI component's instance.

Type:

Funnel

element

The UI component's container.

event

Specifies the executed event.

item

Type:

Funnel Item

model

Model data. Available only if you use Knockout.

Type: any