I'm working on making this sunburst chart accessible/508 compliant. Does anyone have any idea on how I can make say, the center circle carry a default focus using the .focus() call? That way, whenever the chart is interacted with by the user limited to keyboard navigation, the starting point is always highlighting the center circle?
I'm fairly new to Accessibility Standards. But what i'm trying to accomplish is a bilateral keyboard navigation. Any suggestions would be greatly appreciated!