var h = new Graph(200,120,'#0000FF',39,0,0,true);
h.addRow(56,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,56,53,46,42,42,41,42,43,43,40,43,43,43,44,45);
h.scale = 3;
h.setTime(18,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


