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

Fill in 'id' in bar calcdata so that ErrorBars.plot knows what do it with it #2169

Merged
merged 1 commit into from
Nov 17, 2017

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Nov 17, 2017

fixes #2168

ErrorBars.plot looks for id in calcdata here to construct a d3 key-function. Previously, bar traces did not fill id, so commit 129ad6c broke bar error bar with ids as trace.ids was now defined but d.id === undefined for all bar calcdata items.

A pretty solid Friday-afternoon-three-line bug fix. cc @alexcjohnson

... so that ErrorBars.plot know what do it with it
@etpinard etpinard added status: reviewable bug something broken labels Nov 17, 2017
@alexcjohnson
Copy link
Collaborator

Nice and easy 🍹 💃

@etpinard etpinard merged commit 4c9458b into master Nov 17, 2017
@etpinard etpinard deleted the error-bar-bar-ids branch November 17, 2017 22:38
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.

Regression observed on errors-bars in bar plot
2 participants