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

Handle data with identical positions in cone plots #4306

Merged
merged 1 commit into from
Oct 25, 2019

Conversation

archmoj
Copy link
Contributor

@archmoj archmoj commented Oct 25, 2019

Fix #4072 using gl-cone3d 1.5.1 patch release.

Before
After

@etpinard

- add jasmine test to lock issue 4072
- bump gl-cone3d 1.5.1
@archmoj archmoj added bug something broken status: reviewable labels Oct 25, 2019
}
]
}).then(function() {
expect(gd._fullLayout.scene._scene.glplot.objects[0].vectorScale).toBeCloseTo(0.2857, 4);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... and I guess vectorScale used to be 0 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Brilliant test and brilliant fix!

@etpinard
Copy link
Contributor

💃

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.

Cone trace doesn't show any if double-up
2 participants