var h = new Graph(200,120,'#8080FF',65,0,0,true);
h.addRow(66.6,66.6,66.6,66.6,66.4,66.6,66.6,66.6,66.6,66.6,66.6,66.6,66.6,66.6,66.6,66.6,66.7,66.7,66.7,66.7,66.9,66.7,66.9,66.9,66.9,66.9,66.9,66.9,66.7,66.9,66.9,66.9,66.9,67.1,67.3,67.3,67.3,67.3,67.1,67.1,67.1,67.1,67.1,67.1,67.1,67.1,67.1,67.3);
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;F";
h.build();

