var h = new Graph(200,120,'#FF0000',16,0,0,true);
h.addRow(17.4,17.4,17.5,17.7,17.9,18.2,18.3,18.3,18.4,18.4,18.4,18.4,18.4,18.6,18.6,18.6,18.5,18.5,18.4,18.4,19,19.5,20.2,20.4,21.5,22.1,22,20.9,20.1,19.6,19.2,18.9,18.6,18.4,18.2,18,17.8,17.5,17.3,17.1,17,16.9,16.8,16.9,16.8,16.7,17,17);
h.scale = 1;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

