Hover info on date for timeseries shows only month and year when there's thousands of datapoints

I want to know if I can configure the plot to still show the complete Month Date Year on x-axis hover info of timeseries even when there are about ten years of data

You’ll need to set xaxis.hoverformat.

There have been many questions on this topic, I’d recommend looking up:

https://community.plotly.com/search?q=hoverformat%20category%3A6

for more info.