var h = new Graph(200,120,'#FF0000',10,0,0,true);
h.addRow(11.4,11.4,11.4,11.4,11.4,11.4,11.4,11.4,11.4,11.4,11.4,11.4,11.4,11.3,11.2,11.2,11.2,11.2,11.1,11.1,11.1,11.1,11.1,11.1,11.2,11.3,11.3,11.3,11.3,11.3,11.3,11.3,11.3,11.3,11.2,11.2,11.2,11.1,11.1,11,11,11,10.9,10.9,10.9,10.9,10.9,10.9);
h.scale = 1;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


