Keyboard Navigation
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.