var h = new Graph(200,120,'#000000',18,0,0,true);
h.addRow(19.6,19.7,19.5,19.6,19.8,19.7,19.6,19.9,19.9,19.7,19.6,19.8,19.7,19.6,19.8,19.9,19.7,19.7,19.7,19.8,20.2,20.3,20.5,20.9,21,21.1,21.3,21.4,21.4,21.4,21.3,21.6,21.4,21.2,20.9,20.7,20.5,20.3,20.3,20.1,20,20,19.9,19.8,19.8,19.8,19.8,19.8);
h.scale = 1;
h.setTime(06,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

