Home Forums Report Bugs issue with AJAX all with DateTime type return Reply To: issue with AJAX all with DateTime type return

#4649

Charles,

I agree that the data you have is in JSON format. But you need to convert it into a JavaScript Objects before passing it to Chart. I’ll consider supporting JSON Date Time format in future version. But for now there is an easy way to do it. You can directly send the timestamps & set xValueType property to “dataTime”.

Chart with timestamp values on x axis


Sunil Urs