I am using Plotly.js to generate some line charts. One example is below : 
The x-axis values in the chart are timestamp values. Is there a way I can format the tick values on the x-axis and the values in the hover labels in a different way? I want to show only time part of the timestamp on the x-axis, but in the hover label, I want to show the complete timestamp value.