New to Kendo UI for Vue? Start a free 30-day trial

Events

The Kendo UI for Vue Sankey diagram emits several events that you can handle. This allows you to tailor the Sankey's behavior to your specific requirements.

  • onNodeenter—The event fires when the user enters a node.
  • onNodeleave—The event fires when the user leaves a node.
  • onLinkenter—The event fires when the user enters a link.
  • onLinkleave—The event fires when the user leaves a link.
  • onNodeclick—The event fires when the user clicks a node.
  • onLinkclick—The event fires when the user clicks a link.

The following example demonstrates the above events. Test them by entering and leaving the nodes and links with your mouse or with a touch screen input.

Example
View Source
Change Theme:

In this article

Not finding the help you need?