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

Marker on Line Not Displaying in Mixed Chart When Hovering Over Column with Greater Value #4774

Open
hathnv opened this issue Oct 28, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@hathnv
Copy link

hathnv commented Oct 28, 2024

I encountered an issue with the mixed chart type in ApexCharts. When I hover over a position where the column's value is greater than the line's value, the marker on the line does not appear at the corresponding position.

For instance, https://jsfiddle.net/27d0L1xw/ , the marker does not display at the positions corresponding to Mar 03, Jun 03, and Sep 03. This behavior makes it difficult to view the exact value of the line at these points.

@hathnv hathnv added the bug Something isn't working label Oct 28, 2024
@brianlagunas
Copy link
Member

I am seeing the marker, but it's behind the column since the line sis rendered behind column series.

image

Could you share an image of what you are seeing?

@hathnv
Copy link
Author

hathnv commented Oct 29, 2024

image

@brianlagunas I configured intersect to false, and hover over any position near the data points. The lines in this position do not display markers.

@brianlagunas
Copy link
Member

which browser are you using because I cannot duplicate that.

@hathnv
Copy link
Author

hathnv commented Oct 30, 2024

2024-10-30_9-08-55.mp4

@brianlagunas This video is from my view. when i hover over Mar 03, Jun 03, and Sep 03 (Column with greater value than line), line of team B & teamC do not show the marker.

Google Chrome 123.0.6312.105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@brianlagunas @hathnv and others