var h = new Graph(200,120,'#FF0000',-2,0,0,false);
h.addRow(0.4,-0.3,-0.5,-0.7,-0.9,-0.8,-0.9,-0.8,-1,-1,-1,-1.2,-1.4,-1.3,-0.8,-0.5,-0.5,-0.3,-0.5,-0.8,-0.3,0,0,-0.2,-0.3,0.2,0,-0.4,-0.5,-0.1,-0.8,-0.8,-0.9,-1.1,-1.1,-1.1,-0.8,-0.7,-0.7,-0.7,-0.4,-0.3,-0.3,-0.6,-0.6,-0.3,-0.1,0.2);
h.scale = 1;
h.setTime(00,00,false);
h.inc =30;
h.skip =12;
h.title = "Dew Point: last 24 hours";
// h.xLabel = "Time";
h.yLabel = " &#176;C";
h.build();


