var h = new Graph(200,120,'#000000',27,0,0,false);
h.addRow(32.8,32.6,32.1,31.6,31,30.9,30.8,30.9,30.9,30.7,30.6,30.7,30.5,30.5,30.4,30.1,29.9,29.8,29.7,29.5,29.4,29.2,29.1,28.9,28.8,29.1,28.9,28.6,28.3,28.6,29,28.9,29.2,29.4,29.9,30.2,30.6,31,30.9,-999,-999,-999,-999,-999,-999,-999,28,28.4);
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();

