var h = new Graph(200,120,'#000000',19,0,0,true);
h.addRow(-999,-999,-999,20.6,20.5,20.4,20.2,20.1,20,20,20,20,20.1,20.2,-999,20.4,20.5,20.7,20.8,20.9,20.9,20.9,20.9,20.9,20.9,20.9,20.9,20.9,20.8,20.8,20.7,20.7,20.7,20.7,20.8,20.8,20.9,20.9,20.9,20.9,20.9,20.8,20.8,20.8,20.7,20.7,20.6,20.6);
h.scale = 1;
h.setTime(03,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

