var h = new Graph(200,120,'#000000',21,0,0,true);
h.addRow(25,25,25,25,25,25,25,24.9,24.9,24.9,24.8,24.8,25.3,25.3,25.2,25,24.9,24.8,24.4,24.2,24.1,23.9,23.7,23.5,23.4,23.3,23.1,23,22.9,22.8,22.7,22.6,22.3,22.1,22,22,21.9,21.8,21.7,21.7,21.7,21.7,21.7,21.7,21.8,21.8,21.8,21.8);
h.scale = 1;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

