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
This is the issue described before with the newest dash version, 2.18.0.
In version 2.11.1 of Dash, the dataframe is not being updated when clustering is set to True. However, it works properly when clustering is set to False.
I found the dataframe do update, it's the graph not update correctly.
The console will log Error: Source "plotly-trace-layer-xxxx-circle" cannot be removed while layer "plotly-trace-layer-xxxxx-cluster" is using it.
Could anyone please tell me how to fix this issue?
The text was updated successfully, but these errors were encountered:
This is the issue described before with the newest dash version, 2.18.0.
Originally posted by @wknjk in #3631
I found the dataframe do update, it's the graph not update correctly.
The console will log
Error: Source "plotly-trace-layer-xxxx-circle" cannot be removed while layer "plotly-trace-layer-xxxxx-cluster" is using it.
Could anyone please tell me how to fix this issue?
The text was updated successfully, but these errors were encountered: