Hello Kendo UI Team,
I'm using the Kendo React StockChart component and I have two related questions regarding hover behavior and color consistency between the main chart and the navigator (mini chart):
Hover color mismatch:
When I hover over a data point, the marker uses a custom stroke color. However, the hover effect (like the highlight) does not match this stroke color.
Is there a way to make the hover color consistent with the marker’s stroke color?
Navigator highlight inconsistency:
When I click on a data point in the main chart, the corresponding point in the navigator becomes highlighted, but its color doesn't match the marker’s color either (it uses the default series color).
Can we customize the highlight color in the navigator to match the main chart marker color as well?
For reference, I use a visual function to customize the markers with stroke colors dynamically based on the data item. The chart works fine visually, but the hover/highlight styles are inconsistent.
Let me know if this behavior is expected or if there's a recommended way to fully align the hover and highlight colors with custom marker styles.
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.
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.
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.
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.
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!

locked: true and assigned proper width, but it doesn't behave like a fully frozen column.cell.
when I adaptive my component for another size I get this bug. How can I control line position of time. I didn't find any class or style to control behavior of scroll line.


We are planning to use Kendo React v5.9.0 in our System and this system will be exported.
Could you please tell me the ECCN for Kendo React?
Thank you!

Hi I am using the new statemanagement with checkboxes https://www.telerik.com/kendo-react-ui/components/grid/selection/multi-row-selection#combining-selection-with-data-operations-filtering-sorting-paging-etc
I want to replace that checkbox with our own design library's checkbox and style accordingly.
There's currently no way apart from inspecting and styling the component, would you guys suggest some ways to achieve this?