Open mdhampton opened 1 month ago
Well, I did create the issue... On ApexCharts.js.... A reference for your enjoyment:
Hi,
I'm sorry but I don't think his is related to the wrapper. Is it possible for you to set up a codepen where this can be reproduced with the apexcharts.js?
I swear I entered an issue yesterday, but then again the new issue window was open for 6+ hours.
Problem: If you have any of the click events on a line chart, there are several issues when series points intersect (e.g., same Y axis value).
I know that issue one is caused by the markers (I had to remove them in my application in order for the hover over to work). What I don't know is if issue two is caused by ApexCharts itself, or by Blazor-ApexCharts.
I have created a simple blazor app under .Net 8 that demonstrates this issue: https://github.com/mdhampton/BlazorApexChartsTesting
When running the application, it is useful to have the console open beside the application to see the events triggered with the data provided by the event. This is also logged to the file ApexLog.txt. If this is in fact a duplicate issue, feel free to close.
Thanks.