d0ughb0y
Active member
Now in the temp an ph graph you can touch and it show the value at this point. I think that can be useful to include the date too.
regarding date/time display on the graph, I did look into that, but it will involve a lot of additional code, and I did not have time to work on it.
The main problem is, sparklines javascript library does not take date/time for the X axis. Another issue is, the arduino side will have to generate the proper X axis value (be it a timestamp string or an integer, I have not figured that out yet), then on the web client side, I will need to add code to display the X axis value in the proper string format, so it reads as a time, instead of an integer.
anyway, I agree it will be useful to have the time display, and will add that to my todo list.
for those who have not got this far on their build, this is what jmerino is referring to. The two red dots on the chart marks the min and max value.
Last edited: