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
I am using px.scatter_mapbox() to plot my locations. When my locations are close to each other, the text on my markers are disappearing when I zoom out. I did try textposition property of update_traces but it didn't help resolve my issue completely. There were still some markers without text values.
Is there a way of making the texts static so they are always visible even if I zoom out, even if they overlap? Thanks so much in advance!