Home › Forums › Report Bugs › issue with AJAX all with DateTime type return › Reply To: issue with AJAX all with DateTime type return
Charles,
Data Points are not in the expected format. You need to remove the quotes and escape characters. Below is the expected Input
{"x": new Date(1370439429173),"y":10},{"x":new Date(1370070000000),"y":30}
here is a link that might be of help.