var h = new Graph(200,120,'#FF0000',9,0,0,true);
h.addRow(10,9.7,9.7,9.8,10.1,10.2,10.5,10.5,10.7,10.7,11,11.1,10.8,10.8,10.9,11.2,11.1,10.8,10.9,10.6,9.9,9.8,10.4,10,10,10.1,9.9,9.9,9.9,10,10.1,10.1,10.1,10.1,10.1,10.4,10.6,10.9,11.4,11.5,11.3,11.1,11,11,10.9,10.9,10.9,10.9);
h.scale = 1;
h.setTime(07,00,false);
h.inc =30;
h.skip =12;
h.title = "Temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

