var h = new Graph(200,120,'#000000',17,0,0,false);
h.addRow(18.8,18.8,18.8,18.8,18.9,19,19,19.1,19.2,19.3,19.3,19.3,19.3,19.2,19.2,19.2,19.1,18.9,18.8,18.7,18.6,18.5,18.4,18.4,18.3,18.2,18.1,18.1,18,17.9,17.9,17.9,17.8,17.8,17.9,18,18.1,18.3,18.4,18.6,18.7,18.9,19.1,19.3,19.5,19.6,19.7,19.8);
h.scale = 1;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

