Bjork

Results 1 comments of Bjork

We found that you can disable it by setting tabindex on the tooltip-anchor. Something like: `ngAfterViewInit() { this.chartElement.nativeElement.querySelector('.tooltip-anchor').setAttribute('tabindex', -1); }` With that said, please go upvote https://github.com/swimlane/ngx-charts/issues/896 👍