var h = new Graph(200,120,'#000000',21,0,0,true);
h.addRow(23.9,23.8,23.6,23.4,23.3,23.1,23,22.9,22.7,22.6,22.5,22.4,22.4,22.2,22.1,22.1,22,21.9,21.9,21.8,22,22.2,22.6,22.9,23.2,23.6,24,24.3,24.7,25.1,25.6,26,26.3,26.6,26.4,26.4,26.4,26.5,26.4,26.4,26.4,26.3,26,25.8,25.9,25.8,25.9,25.7);
h.scale = 1;
h.setTime(22,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

