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.
The text was updated successfully, but these errors were encountered:
See https://codepen.io/anon/pen/mMvybw
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-incommonLabel
on hover.I'm currently working around this issue using
tickfont.color: 'transparent'
instead ofshowticklabels: false
.The text was updated successfully, but these errors were encountered: