Is there a way to allow users to navigate without needing to use the arrow keys, but instead just the tab key? In my use case, the entire page uses tab (no arrows) and when the user reaches the legend and presses tab, it skips the remaining legend items and exits the chart. (accessibility.keyboardNavigation.order is set to ["legend"], hence why it doesn't enter another part of the chart).
Is there any option to allow both/either tab arrow keys to navigate within one section of the chart? I scoured the documentation but could not find this.
tldr I want user to be able to press tab key to navigate through all the legend items instead of having to switch to the arrow keys.
