Hello, I am using Kendo React Library.
I'm having some issues with the customization of the charts:
- I have created a donut chart and I need to animate each slice on mouse-over event scaling the slice as shown in the picture attached.
- I have a bar chart and I need to change the style of the Category Axis Label when the mouse is over a series. I have discovered in the docs that a highlight object exists on the ChartSeriesItem but in the toggle function I do not know how to trigger the change of style for the category label.
Thanks
-- Matteo