var h = new Graph(200,120,'#FF0000',-8,0,0,true);
h.addRow(-2.3,-3.2,-2.8,-3.2,-2.2,-2.3,-2.5,-3.9,-4.4,-4.5,-5.4,-4.5,-5.1,-4.8,-5.3,-5.3,-4.7,-3.8,-3.9,-3.8,-4,-4.9,-5.2,-4.7,-4.2,-5,-5.8,-5.6,-4.7,-5.5,-4.8,-4.7,-4.9,-4.3,-4.9,-5.1,-5.8,-5.6,-5.1,-5.3,-5,-5,-5.2,-6.2,-6.8,-6.2,-5.4,-5.3);
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();


