Markers hover not show all

Hi there,

I am working on an markers mode plot and want to set hover text for each marker.
However, seems some marker’s hover text cannot popup when several markers has same x value.

Code example: https://codepen.io/zhaolian-zhou/pen/zmJZBq
Does anyone know why this happens.

Thanks very much.

Yeah, that unfortunately the current behavior.

You can subscribe to https://github.com/plotly/plotly.js/issues/720 for the latest development info.

Thanks etienne,

I found hovermode: closest solve my problem currently.

Will keep an eye on updates.