var h = new Graph(200,120,'#000000',18,0,0,true);
h.addRow(19.2,19,18.8,20.5,22.1,23,23.1,22.9,22.6,22.2,21.8,22.2,22.3,22.5,22.2,22.2,22,21.8,21.8,22,21.9,22.1,22.2,22.5,22.4,22.4,22.3,22.2,22.1,22,21.8,21.9,21.7,21.7,21.8,21.9,21.8,21.5,21.3,21.3,21.2,21,20.8,20.7,20.6,20.5,20.3,20.1);
h.scale = 1;
h.setTime(05,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

