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

Gl3d hover bug fix - pick most recent point if two share identical position #4096

Merged
merged 4 commits into from
Aug 1, 2019

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Jul 31, 2019

Addressing https://github.com/plotly/phoenix-integration/issues/250
where in the scenes with transparent traces (or axes), the hover algorithm was not able to pick the latest data points if they were on positions similar to the previous points.

The Z-Fighting bug in gl-plot3d module could be fixed by gl-vis/gl-plot3d#20.

Codepen before
Codepen after

@plotly/plotly_js

@archmoj archmoj added bug something broken status: reviewable labels Jul 31, 2019
@etpinard
Copy link
Contributor

etpinard commented Aug 1, 2019

Nicely done 💃 !!

@archmoj archmoj merged commit dab7d83 into master Aug 1, 2019
@archmoj archmoj deleted the gl3d-pick-opacity-depth branch August 1, 2019 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants