I have a chart (ngx-charts-pie-chart) which gets focus when i use tab on my page. I want to exclude this component completely from the natural taborder of my page. I have tried a lot of things including inert. Does anybody have any suggestions to exclude this from my taborder?
See stackblitz below.
Taborder1 button -> click tab should go to taborder2 button.