Closed
Description
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-in commonLabel
on hover.
I'm currently working around this issue using tickfont.color: 'transparent'
instead of showticklabels: false
.