-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
scattergl error bar React issue #2882
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
Comments
Just ran into this today in a Dash app I was working on. Here's another reproducable example: https://codepen.io/chriddyp/pen/xBVbEJ?editors=0010 |
@archmoj have you ever tried fixing this thing? I'd call this on of most high-priority open bug at the moment. |
Yes. I will give it another try today. |
Thanks @archmoj !! |
Here is another reproducible example I came across today using the Python API. It seems very related: https://community.plot.ly/t/error-bars-disappear-on-zoom-with-scattergl/31844 |
Has this been resolved? |
@levindoneto - It looks like it, the codepen that I shared above no longer demonstrates the issue. |
but why the +-error_y[i] still doesn't show up? |
Good find @levindoneto . However, that looks like a different issue than the one reported here. Could you search through https://github.com/plotly/plotly.js/issues/ to see if it has been reported and, if not, create a new issue? |
I'll do this :) |
This pen https://codepen.io/nicolaskruchten/pen/djgdba shows a wierd issue where
.react()
ing to the same state as previously causes error bars to disappear.To reproduce:
The text was updated successfully, but these errors were encountered: