I want Hover text , horizontally

When i draw several line,
serval hovertext here.
they hide x data, Time data.

i want to align hovertext not vertically , but horizontally.
i found legend horizontally. but i canโ€™t find about hovertext.
please help me~

I donโ€™t think there is a way to display the hover info horizontally per se.

If the issue is the x value being hidden you can try

fig.update_layout(hovermode="x unified")

It should show the value of x in the tooltip as well.

Thanks. It works!!
Very helpful. Thank you~~