var h = new Graph(200,120,'#000000',61,0,0,true);
h.addRow(67.1,67.3,67.3,67.6,67.1,66.6,66.2,65.8,65.3,64.6,64,63.5,63,62.8,62.4,62.8,62.6,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,65.5,65.5,65.1,64.9,64.6,64.4);
h.scale = 1;
h.setTime(20,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();


