Home Forums Chart Support date time formatting issues Reply To: date time formatting issues

#10153

@mmfc,

In the JSFiddle that you have shared, we observe that the ISO-format for date-time that you are using is not proper [Correct Format – new Date(“YYYY-MM-DDTHH:MM:SS”)]. Also the csv file is missing, because of which we are unable debug / understand the use-case properly. Passing proper date-time values should work fine in your case. Please refer this documentation page for more information on using date-time values. Please take a look at this JSFiddle for an example on using date-time values.
chart with timestamp values on x axis


Vishwas R
Team CanvasJS