Home Forums Chart Support axisX as datetime Reply To: axisX as datetime

#22381

This fixed my issue, thank you.

i passed a string to time earlier in my php using
$time = strtotime($row['Timestamp']);

sending that directly to the graph in an array with the key “x” and ofc the value “y” and setting the data’s xValueType to dateTime has fixed the problem
i now get the graph how it want it and can give it the data i feel like :)

  • This reply was modified 5 years, 7 months ago by nkfNovalume.