You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug 🖍️
When a go.Scattergl is created with an additional xaxis an exception is created and no dynamic updates occur. Looks similar to #322, where the self._grid_ref and self._xaxis_list do not appear to be set properly preventing updates beyond the initial xaxis.
Describe the bug 🖍️
When a
go.Scattergl
is created with an additionalxaxis
an exception is created and no dynamic updates occur. Looks similar to #322, where theself._grid_ref
andself._xaxis_list
do not appear to be set properly preventing updates beyond the initial xaxis.Reproducing the bug 🔍
Leading to a traceback:
Expected behavior 🔧
Expect both traces to update.
Environment information:
Additional context
Hotfix (or rather hack) can be applied to dynamically populate for this case:
plotly-resampler/plotly_resampler/figure_resampler/figure_resampler_interface.py
Lines 413 to 416 in bb30c91
The text was updated successfully, but these errors were encountered: