<p>This is a cool add-on but I'm having trouble implementing the dataPointS

This is a cool add-on but I'm having trouble implementing the dataPointSelection. I'm using Vaadin 23.3.6, spring boot 2.7.6, and java 17. I've tried adding the javascript function to handle the event in the Events class and it gets compiled in the config of the chart. And I have the function dispatch a custom event that I can listen for on the server side. However nothing happens when I click on a column in my bar chart. I'm trying to emulate the dynamic loaded chart in the Apex Charts javascript examples. Any help would be greatly appreciated. Thank you.

I have solved my issue.