var h = new Graph(200,120,'#000000',18,0,0,true);
h.addRow(24.8,24.9,24.9,25.3,25.1,24.9,24.6,24.2,23.6,23.3,23,22.9,22.8,22.8,22.8,23,23.2,23.3,23.6,23.5,23.1,23.3,23.4,23.6,23.6,23.5,23.6,23.7,23.4,23.6,23.9,22.9,22,21.2,20.7,20.4,19.8,19.4,19.2,19.1,19.1,19.3,19.8,20.3,21.2,21.9,22.5,22.5);
h.scale = 1;
h.setTime(17,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

