var h = new Graph(200,120,'#FF0000',23,0,0,true);
h.addRow(24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1,24.1);
h.scale = 1;
h.setTime(08,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


