adjusting the x axis so it increases at a regular interval

I’m very novice at this so this might be a dumb question but - I have an csv data of a regular x and y values. The x values however - are not always increasing constantly. The graph that plotly made for me had x values and increased based on the data. the x value are dates so this causes some misinterpretation base on the graph. Is there a way to have the dates increase at regular interval in the graph?

Here’s what the graph looks like(a snippet)

Looks like you’ll need to convert your x data into strings that plotly will understand as dates.

See https://help.plot.ly/date-format-and-time-series/ for more info.