var h = new Graph(200,120,'#FF0000',12,0,0,true);
h.addRow(13.6,13.6,13.7,13.7,13.7,13.7,13.8,13.8,13.8,13.8,13.8,13.9,13.9,13.9,13.9,14,14,14,14,14,14,14,14,14,14,14,14,13.9,13.9,13.8,13.8,13.8,13.7,13.7,13.6,13.6,13.5,13.5,13.5,13.4,13.4,13.4,13.5,13.5,13.5,13.5,13.5,13.6);
h.scale = 1;
h.setTime(12,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

