Hi all, I successfully displayed some datas from arduino on my personal webpage using HTTP post and thingspeak with the standard template chart code available (I only needed to add my own ID values to run).
However I'd like visualize integer numbers (whole numbers) instead of using analogue datas on charts (like temperatures) and for this is necessary great knowledge about the interaction between CSS, HTML and JavaScript language and ThingSpeak.
When we are measuring the temperature the result value is never an integer number. My goal is to sum how many requisitions one event is performing each day and exhibit in a way that is better visualized, and I guess that it is on colunms charts.