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
Basically I have both an ArcLayer and a ScatterplotLayer, both with popups. The arcs go from one scatterplot "circle" to another, so they overlap the circles partly.
In some instances, I haven't figured out exactly which, both popups show up at the same time when hovering a place that has both an arc and a circle. I am not sure what I want to happen, but as long as I know that no two popups can appear at the same time, if that means the circles' popups get prioritized over the arcs' or the other way around, I am happy.
I did see the openIfTopMost option, but it seems like, while it is true by default, it doesn't handle my case.
Let me know if you need a reproduction.
The text was updated successfully, but these errors were encountered:
Screencast.from.2024-12-13.18-28-14.webm
(the first hover produces the overlapping popups)
Basically I have both an ArcLayer and a ScatterplotLayer, both with popups. The arcs go from one scatterplot "circle" to another, so they overlap the circles partly.
In some instances, I haven't figured out exactly which, both popups show up at the same time when hovering a place that has both an arc and a circle. I am not sure what I want to happen, but as long as I know that no two popups can appear at the same time, if that means the circles' popups get prioritized over the arcs' or the other way around, I am happy.
I did see the
openIfTopMost
option, but it seems like, while it is true by default, it doesn't handle my case.Let me know if you need a reproduction.
The text was updated successfully, but these errors were encountered: