In a Shiny for Python app, I have a go.Scattermap wrapped in a go.FigureWidget, and with a function on_map_select() registered as callback to mapwidget.data[0]. There is only one trace in the figure.
The callback is being called OK for single point selections as well as box selections.
However, for lasso selections the callback is not invoked. No crash or error.
In the Shiny UI, both box and lasso selections appear to behave similarly, highlighting the markers within the selected area.
Bug or missing feature? Anyone experienced something similar?
Plotly 6.2.0, Python 3.12, Shiny 1.2.1, Windows 11.
Plotly 6.1.1 and ScatterMapBox also tried, same behaviour.
The map has around 140 markers (have seen posts where this number was relevant).