### Description The Range Area Chart throws an error on click when renderAs is set to canvas. The issue is not reproducible when the renderAs is set to svg. ### Plan KendoReact ### Steps To Reproduce 1. Open the following example: https://stackblitz.com/edit/react-etd6lspy?file=app%2Fapp.tsx 2. Click inside the Range Area (the red area). 3. Notice the error `element.getAriaLabelText is not a function` ### Screenshots or video https://github.com/user-attachments/assets/abf9e58e-b4aa-4fa2-b4fe-4b8962d70414 ### Actual Behavior On click, the Chart throws an error `element.getAriaLabelText is not a function` when rendered as a canvas ### Expected Behavior The chart should not throw errors when clicked Reported in TicketID: 1698559 Private issue: https://github.com/telerik/kendo-charts/issues/608