Hi Telerik team,
I'm currently working with KendoReact Charts and noticed an unexpected behavior with series selection. Specifically, this happens with both Pie and Bar charts.
Issue
Whenever I:
Click anywhere inside the chart (any series),
Switch to another browser tab,
Return to the original tab,
— the first series gets auto-selected, and a black border appears around it.
What I’ve Tried
I attempted to override
:focus
and.k-focus
styles via CSS – didn’t help.Setting
pointer-events: none
on series did not prevent the behavior.
Reproduction
I’ve noticed the same issue in your official documentation examples too (see attached screenshot).
Also attaching a screenshot from my local app showing the same auto-selection border.
Question
How can I prevent KendoReact charts from auto-selecting or auto-focusing a chart series when returning to a tab?
Is there a prop or CSS workaround to completely disable this behavior?
Thanks in advance!