var h = new Graph(200,120,'#FF0000',14,0,0,true);
h.addRow(16.7,16.5,16.3,16.2,16,15.9,15.7,15.8,16.6,17.6,18.2,18.8,19.2,19.5,19.7,20.1,20.4,20.6,20.7,21,21.2,21.4,21.4,20.9,20.1,19.5,19.1,18.7,18.3,18,17.7,17.4,17.2,17,16.8,16.6,16.5,16.3,16.1,16,15.8,15.8,15.6,15.6,15.4,15.4,15.3,15.2);
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();

