var h = new Graph(200,120,'#FF0000',2,0,0,false);
h.addRow(8,6.5,6.2,5.7,4.5,4.1,4.5,3.8,3.9,4.4,4.2,3.7,4.7,5.1,5.5,5.9,6.6,7.4,7.7,8.2,8.4,8.9,7.9,7.8,7.4,7.4,7.6,7.7,7.8,7.8,7.4,7.3,7.3,7.1,7.6,8.6,9.6,10.1,10.9,11.6,12.4,9.4,6.5,7.4,4.5,3.7,4,3.2);
h.scale = 2;
h.setTime(12,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


