var h = new Graph(200,120,'#0000FF',45,0,0,false);
h.addRow(46,52,57,59,58,61,62,62,57,55,59,60,60,62,59,59,59,55,52,51,52,55,58,63,67,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999);
h.scale = 4;
h.setTime(20,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


