var h = new Graph(200,120,'#000000',17,0,0,true);
h.addRow(21,21.3,21.7,22.2,22.5,22.7,23,23.3,23.7,24,24.1,24.3,23.3,23.1,22.9,22.7,22.7,22.5,22.6,24.4,25.3,24.5,24.1,23.8,23.5,22.9,22,21.3,20.8,20.4,20,19.7,19.4,19.1,18.8,18.6,18.3,18.1,17.8,18.6,20.5,21.5,22.4,22.7,23,22.5,21.8,21.6);
h.scale = 1;
h.setTime(11,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

