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

Show correct curve number in gl2d hover data #1427

Merged
merged 3 commits into from
Mar 2, 2017

Conversation

etpinard
Copy link
Contributor

Currently, the curveNumber field in the gl2d hover data corresponds to the index in fullData after visible: false are filtered out. That is, curveNumber does not match the index in the user data array - as it should and does for all other subplot types. This PR fixes this.

@etpinard etpinard added status: reviewable bug something broken labels Feb 28, 2017
@alexcjohnson
Copy link
Collaborator

Easy enough 💃

@etpinard etpinard merged commit 954da8a into master Mar 2, 2017
@etpinard etpinard deleted the gl2d-hover-curve-number branch March 2, 2017 15:21
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.

None yet

2 participants