var h = new Graph(200,120,'#000000',23,0,0,true);
h.addRow(24.3,24.3,24.3,24.3,24.2,24.2,24.1,24.1,24.5,24.8,24.9,25.2,25.3,25.3,25.1,25,24.9,24.7,24.6,24.5,24.4,24.3,24.2,24.2,24.1,24.1,24,23.9,23.9,23.8,23.8,23.7,23.7,23.6,23.8,24,24,24.3,24.3,24.6,24.9,24.9,24.9,24.9,24.8,24.8,24.8,24.6);
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();

