var h = new Graph(200,120,'#000000',17,0,0,true);
h.addRow(21.2,21,21.3,21.3,20.8,20,20.2,20.6,21,20.6,18.2,19.2,19.7,20.4,20.7,21.2,21.5,21.1,21.4,21.5,22,22.2,22.3,22.3,22.3,22.5,22.3,22.1,22,21.9,22.2,21.9,21.5,21.4,21.6,21.4,21.2,21.4,21.3,21.1,21.1,21.1,20.8,20.8,21,21.3,21.1,21.3);
h.scale = 1;
h.setTime(08,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

