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:
is enough to spit out:

Thanks for the report!
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.
@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.
Fixed in v1.54.2 via https://github.com/plotly/plotly.js/pull/4881.
@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?
With scatter:

With scattergl:

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?
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 :)
New issue here, @chriddyp: https://github.com/plotly/plotly.js/issues/4954
Most helpful comment
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
