var h = new Graph(200,120,'#000000',26,0,0,false);
h.addRow(26.9,26.9,27,27.2,27.3,27.5,27.9,28.3,28.5,28.7,28.9,29,29.2,29.3,29.5,29.6,29.7,29.8,29.9,30,30.1,30.2,30.3,30.3,30.3,30.3,30.4,30.4,30.3,30.3,30.3,30.3,30.3,30.3,30.3,30.2,30.2,30.1,30.1,30.1,30,30,29.9,29.8,29.8,29.7,29.7,29.7);
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();

