var h = new Graph(200,120,'#000000',13,0,0,true);
h.addRow(24.7,22.5,20.9,19.7,19.3,18.9,18.6,18.3,18.4,18,18,18.1,18.2,17.6,17.3,17,16.8,16.5,16.3,16.1,15.9,15.6,15.4,15.2,15.1,14.8,14.6,14.4,15.2,16.9,16.6,16.5,16.7,17.9,19.7,17.9,17.2,18.8,19.5,19.7,20,20.3,20.2,21.1,21.6,22,21.3,20.8);
h.scale = 2;
h.setTime(16,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

