This repository was archived by the owner on Jun 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 143
Mapbox Graph wrapped in dcc.Loading lags one update behind #756
Comments
I am facing a similar issue. @IsThisTheRealName, did you figure out how to get around this? |
Hello, I was just wondering if you managed to fix this as I am having exactly the same problem. Thank you very much! |
@mikeypatt do you have dash v1.12? What does |
Hi, I have version 1.4.1? |
The graphs hover text does update but likewise with the actual scatter markers they are one update behind which is so odd |
v1.4.1 is well before we fixed this issue (actually it's before this issue was even filed!) You can get the latest with |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
when I wrap a Mapbox scatter plot in a dcc.Loading component, updates to this figure seem to be delayed by one update. The same logic with normal scatter plots works fine. I could reproduce this behavior with Dash Core Components 1.8.0 and previous versions.
Here's a demo:
and here's the code:
The text was updated successfully, but these errors were encountered: