var h = new Graph(200,120,'#008000',8,0,0,true);
h.addRow(10.4,10.3,10.1,10,10.4,10.8,11.2,11.2,10.9,10.7,10.2,10,9.9,9.9,9.7,9.7,10,10.4,10.5,10.7,10.9,11.1,11.4,11.6,11.4,11.2,11.2,11.5,11.6,11.7,11.9,11.9,12.1,11.9,11.5,11.4,11.6,11.4,10.9,10.5,10.3,10,9.8,10,9.8,9.6,9.8,9.5);
h.scale = 1;
h.setTime(21,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();

