Date tick formatting

Hey @rvsingh011

It sounds like you are wanting something like:

xaxis = {
   'tickformat': '%Y-%m-%d',
   'tickmode': 'auto',
   'nticks': value, [where value is the max # of ticks]
   'tick0': value, [where value is the first tick]
   'dtick': value [where value is the step between ticks]
}

See here for reference. Also, a great way to quickly test these changes is to open the chart in the chart studio by clicking the ‘Edit in Chart Studio’ button in the modebar.