Skip to content

Regression observed on errors-bars in bar plot #2168

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

Closed
MarcAlx opened this issue Nov 17, 2017 · 2 comments · Fixed by #2169
Closed

Regression observed on errors-bars in bar plot #2168

MarcAlx opened this issue Nov 17, 2017 · 2 comments · Fixed by #2169
Labels
bug something broken

Comments

@MarcAlx
Copy link

MarcAlx commented Nov 17, 2017

Hi,

I recently observed a regression over error-bars, I can't say which version introduced the regression.

Here's a working version in plotly-1.2.0 : sample OK

Here's a sample where I observe the regression (plotly-latest) (only the first error-bar appear) : sample KO

Maybe I've missed something from the doc.

Thanks for your time and consideration.

@etpinard etpinard added the bug something broken label Nov 17, 2017
@etpinard
Copy link
Contributor

Interesting. Thanks very much for the report.

I was able to get your graph in a working state by removing the ids array from your data: https://codepen.io/etpinard/pen/bYYZLq?editors=0010

Why ids are causing error bars to disappear isn't obvious to me.

@etpinard
Copy link
Contributor

Ha, maybe this block (added during the animation) push is causing issues.

etpinard added a commit that referenced this issue Nov 17, 2017
... so that ErrorBars.plot know what do it with it
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 a pull request may close this issue.

2 participants