You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Only one of the datapoints will be shown in the hover over popup. See example picture below.
When the point is clicked, only one of the points is provided.
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: