var h = new Graph(200,120,'#FF0000',1,0,0,true);
h.addRow(18.3,18.2,18.5,18.8,19.5,20.3,18.6,18.1,18,17.5,17.1,16.6,16.3,15.5,14.4,13.7,13.4,13.2,12.6,11.9,10.9,10.1,8.6,7.5,6.7,5.8,5.1,5,5,4.6,4.4,3.9,3.7,3.2,2.6,2.4,2.4,4,5.5,6.9,8.3,9.3,10.4,11,11.7,12.3,12.6,15.9);
h.scale = 4;
h.setTime(12,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

