var h = new Graph(200,120,'#000000',0,0,0,true);
h.addRow(1.8,1.7,1.7,1.7,1.7,1.5,1.7,1.6,1.7,1.7,1.7,1.5,1.3,1.6,1.5,1.7,1.6,1.7,1.4,1.9,1.9,2.1,1.5,2.6,3.3,4.7,4.9,5.3,5.9,5.8,5.8,5.9,5.9,6.1,6.6,7.1,7.1,7.9,7.6,8,8.3,9,8.8,9.7,10,10.3,10.4,9.2);
h.scale = 2;
h.setTime(22,30,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

