We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I recently observed a regression over error-bars, I can't say which version introduced the regression.
error-bars
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.
The text was updated successfully, but these errors were encountered:
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
ids
Why ids are causing error bars to disappear isn't obvious to me.
Sorry, something went wrong.
Ha, maybe this block (added during the animation) push is causing issues.
fix #2168 - fill in 'id' in bar calcdata
c3dc2e6
... so that ErrorBars.plot know what do it with it
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: