New to Kendo UI for Vue? Start a free 30-day trial
Keyboard Navigation
Updated over 6 months ago
The Sankey Chart comes with keyboard navigation for the nodes and links enabled out of the box. To disable the keyboard navigation, set the disableKeyboardNavigation property to true.
| SHORTCUT | DESCRIPTION |
|---|---|
Down arrow | Moves the focus to the next node or link that is positioned below. |
Up arrow | Moves the focus to the next node or link on top. |
Left arrow | Moves focus to the previous node or link on the left. |
Right arrow | Moves the focus to the next node or link on the right. |
The following example demonstrates the Sankey Chart keyboard navigation in action.
Change Theme
Theme
Loading ...