You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case for this is when tick-labels for a "category" axis are too long or too numerous I want to hide the labels and show a bootstrap tooltip at the end of the spikeline. I use hovermode: 'closest' so I don't get the built-in commonLabel on hover.
I'm currently working around this issue using tickfont.color: 'transparent'instead of showticklabels: false.