ThingSpeak column chart template

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.

Is there anyone who already did it?

Thank you. :smiley:

Is there any other popular iot website or method that can make it easier

Thingspeak's website supports matlab charts but this code is on different format...

If you explain a bit more about what you want you may get more answers. "Visualize whole integers" is a bit ambiguous.

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.

Did you look at the ThingSpeak 'Matlab Visualistion' app? It should be possible to do a column graph using that.

eg Bar graph - MATLAB bar - MathWorks Australia

I dont claim to be a matlab expert- hopefully others will be able to help with code.