var h = new Graph(200,120,'#FF0000',2,0,0,true);
h.addRow(9.1,8.9,6.9,5.8,3.5,3.4,4.1,4,4.2,4.7,4.2,3.9,3.5,3.3,4,3.5,4,3.6,2.9,3.3,3.4,3.3,3.9,4,4.1,4.4,4.3,4.1,3.7,3.3,3.5,4,4,3.7,3.2,3.1,2.9,2.7,3.4,3.9,3.3,4.1,3.6,3.7,4,4.8,6,5.1);
h.scale = 1;
h.setTime(09,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

