var h = new Graph(200,120,'#FF0000',16,0,0,true);
h.addRow(17.4,18.4,18.8,18.8,18.8,18.9,18.9,19.3,19.5,19.7,19.8,19.9,20,19.9,19.9,19.9,19.8,19.9,19.9,20.3,20.7,21,21.1,21,21,20.9,20.9,20.9,20.9,20.9,20.8,20.9,20.8,20.8,20.6,20.4,20.2,20,19.8,19.6,19.4,19.3,19.1,18.9,18.8,18.6,18.4,18.3);
h.scale = 1;
h.setTime(07,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


