go.Scatter selection randomly not triggering
I'm using go.Scatter and its lasso selection to select points and further work with the returned indices.
However, this is unreliable. Most of the times the selection just doesn't do anything and I have to repeat it 1-5 times.
I think it gets more unreliable the bigger the total number of points is (but doesn't depend on the number of selected points).
I found this issue that might be connected, but couldn't translate it into a solution myself: https://github.com/zauberzeug/nicegui/issues/3762
Here is a somewhat minimal example.
0 Replies