What would be great would be to have the ability to highlight a series plot point. The scenario is this: - A datasource that has category, value, 'some other data'. - The chart displays category, value - A separate table outside the chart shows 'some other data' from the data source. - When the user clicks a particular series plot point, show the related 'some other data' to that point and highlight the point on the chart. - Also, the reverse situation, where the user navigates the 'some other data' records outside the chart and have the relevant point on the chart highlight. So, now, the user can see what plot point is selected and currently shown in a table outside of the chart. I'm sort of able to do this with notes - but it is clunky and the display isn't quite right.
Hello,
The toggleHighlight() method can be used:
https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/methods/togglehighlight
Regards,
Alex Hajigeorgieva
Progress Telerik