Open Sudheesh-TalentzQ opened 1 day ago
I want to make sure people know that its clickable so i need to change the mouse to a hand that's it
Hi, have you checked the sample, https://apexcharts.github.io/Blazor-ApexCharts/events/mouse-hover
Hi, have you checked the sample, https://apexcharts.github.io/Blazor-ApexCharts/events/mouse-hover
Yes, I'm using a funnel and i have given onclick but still no change in mouse hover ... In the sample you provide there is no code as well to make it show so i think this only work in Line chart but not in Funnel
chart: { events: { mouseMove: undefined, mouseLeave: undefined, } } i need to use this option so i tried the below way
in the apex chart option but im not able to get Events = new Events Anyone knows how to?