I'm working with Chart.js 2 to create a scatter plot using Epoch timestamps for the x coordinates and integers for the y coordinates. Is there a way to customize the x-axis labels on the graph to show dates in a more readable format?
Update: I am currently constructing my graph using Unix timestamps in milliseconds. Other sections of this prototype convert those dates using the toDateString method of the Date class (e.g. Fri Aug 5 2016).