var h = new Graph(200,120,'#000000',19,0,0,true);
h.addRow(20.5,20.5,21.1,21.9,22.2,21.9,21.6,21.5,21.5,21.6,21.6,21.7,21.7,21.8,21.5,21.2,21.1,20.9,20.8,20.7,20.7,20.6,20.5,20.5,20.5,20.4,20.4,21.7,22.1,22,21.9,21.8,21.6,21.5,21.4,21.3,21.3,21.3,21.3,21.3,21.2,21.2,21.2,21.2,21.2,21.3,21.4,21.6);
h.scale = 1;
h.setTime(16,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


