Scatter with many points at same coordinates

Does plotly.js have any built-in ui to disambiguate when hovering over a coordinate where there are many data points stacked?
Has anyone tackled this problem? Appreciate any links to examples for how to deal with this, e.g. interactively “exploding” the set of points to spread them out, etc…

HI @dmt welcome to the forums.

Not sure about JS, but for Python there is the strip plot:

I learned that I can make a box plot with hidden lines that jitters the points along the x axis but (1) I don’t know how to spread them in both directions (or radially), and (2) the box plot is VASTLY slower hover behavior than the scattergl, for larger datasets.