var h = new Graph(200,120,'#000000',26,0,0,true);
h.addRow(29.7,29.6,29.4,29.2,29,28.7,28.4,28.1,27.9,27.7,27.5,27.4,27.2,27.1,27.1,27.1,27,26.9,26.8,26.8,26.8,26.8,26.9,27,27.1,27,27,26.9,27.1,27.6,27.6,27.6,27.7,28,28.3,28.6,29.1,29.4,29.8,30.1,30.4,30.5,30.6,30.6,30.6,30.7,30.6,30.6);
h.scale = 1;
h.setTime(17,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


