I am using cufflink iplot. the default hover date info only include month and year. How to include day as well? like (Jan 24 2022, value) instead of (Jan 2022, value) by default? and there is not hovermode keyword. Thanks
import cufflinks as cf
from plotly.offline import iplot #, init_notebook_mode
df.iplot(asFigure=True, xTitle='Date')
Value: %{y}') work for cufflink! I learnt two things today! – roudan Jan 24 '22 at 18:35