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

Work out point overlap #16

Open
MFarejowicz opened this issue Aug 22, 2017 · 2 comments
Open

Work out point overlap #16

MFarejowicz opened this issue Aug 22, 2017 · 2 comments

Comments

@MFarejowicz
Copy link
Contributor

Points will overlap if they have the same x and y value, and then hovering over them will only display the tooltip for one.

Currently not sure of best fix for this.

@lnancy
Copy link
Contributor

lnancy commented Aug 24, 2017

could we possibly modify tooltips to display the information for overlapping points in the same tooltip? So hovering over one (whichever point is on the top) will display all information for points have the same x and y? @MFarejowicz

@MFarejowicz
Copy link
Contributor Author

Hmm unfortunately with the way SVG's are handled, one circle will always be drawn over the other so it never registers the onMouseOver event for the circle underneath, and therefore I don't get the data.
I'll read into SVG docs to see if there's a fix for this somewhere, @lnancy

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

No branches or pull requests

2 participants