var h = new Graph(200,120,'#0000FF',68,0,0,true);
h.addRow(77.5,77.7,77.7,77.5,77.5,77.4,77.4,77.4,77.2,77.2,77,76.8,76.6,76.5,76.6,76.8,77,77.2,77.4,77.5,77.9,77.9,78.1,78.3,78.3,78.6,78.8,78.8,78.8,78.4,78.1,77.7,77.5,77,76.3,75.7,75,74.5,73.8,73.2,72.7,72.1,71.6,71.2,70.7,70.2,69.6,69.1);
h.scale = 2;
h.setTime(04,00,false);
h.inc =30;
h.skip =12;
h.title = "Indoor temperature: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;F";
h.build();

