How to display the whole signal name with the hover mode is "x"

I have a big signal name and I want the whole signal name to be visible on my hover data. how do I do it?

1 Like

I’d also like to know that.

You can set the layout.hoverlabel.namelength property to -1: https://plotly.com/python/reference/layout/#layout-hoverlabel-namelength

1 Like

Thanks a lot @nicolaskruchten