Hover for TickLabels

How can I add a hover function to display data when I hover on the X - Axis Labels that are cutoff?

plotly.js doesn’t expose an official way to do that at the moment.

You can try selecting the axis ticks e.g with d3.selectAll('.xticks') and attaching your mouseover event handler.