var h = new Graph(200,120,'#00FFFF',-1,0,0,true);
h.addRow(4.3,4.3,4.3,3.6,3.3,3.3,3.5,3.7,3.6,3.6,3.6,3.3,2.6,2.2,1.7,1.8,2,2.1,1.8,1.9,1.6,1.8,1.9,2.5,3,3,2.9,2.3,0.7,0.5,1.2,-0.4,-0.1,1.6,3.5,2.7,4.4,4.1,6.6,4.7,2.3,3.5,3.6,1.6,2.3,1.9,2.8,1.9);
h.scale = 1;
h.setTime(20,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

