I have several pie charts with few sections, for example this one:
- Pie chart example
- With hover on section
- With focus on section
- Pie chart sandbox demo with custom function that adds tabindex
But there is few issues with it: it doesn't receive any focus when i'm trying to reach any of sections with "Tab" button, and, if i add tabindex="0" in devTools manually tooltip doesn't displayed on focus, is there any way to fix it (both of this issues with focus and tooltip)?