var h = new Graph(200,120,'#FF0000',3,0,0,true);
h.addRow(10.2,10.8,11.4,13.4,13.7,14.9,12.7,12.8,13.3,13.3,12.5,12.7,12.8,12.3,11.2,11.7,10.8,9.6,8.3,7.6,7.3,7.1,6.6,6.3,6.1,5.9,5.8,5.6,5.2,4.8,5,5,4.9,4.6,4.2,4.1,3.9,3.7,4.3,4.6,4.3,5,4.9,5.5,6.2,7,8.7,10.3);
h.scale = 2;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

