Issue with zooming and click events #4629
Unanswered
slipperystairs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I seem to be having issues implementing a click event alongside with having the zoom selection enabled. When using the zoom in selection feature the data points will act as if their marker was clicked, even though I am slightly to left (or right) of the actual point on the graph.
Is there a way to have the zoom selection feature not fire the click event? I would like to have the click event fire when the data point is actually clicked, not when the graph selects the point for me, is that possible?
I am using React, NextJS, and React Apex Charts.
Screenshot:

Code:
Beta Was this translation helpful? Give feedback.
All reactions