Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with the various Click events and line charts. #534

Open
mdhampton opened this issue Oct 30, 2024 · 2 comments
Open

Issue with the various Click events and line charts. #534

mdhampton opened this issue Oct 30, 2024 · 2 comments

Comments

@mdhampton
Copy link

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).

  1. Only one of the datapoints will be shown in the hover over popup. See example picture below.
  2. When the point is clicked, only one of the points is provided.

image

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.

@mdhampton
Copy link
Author

Well, I did create the issue... On ApexCharts.js.... A reference for your enjoyment:

apexcharts/apexcharts.js#4778

@joadan
Copy link
Member

joadan commented Nov 1, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants