Skip to content

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

3 participants