var h = new Graph(200,120,'#000000',32,0,0,true);
h.addRow(42,40,39,40,38,34,34,34,34,35,35,35,38,40,46,50,49,42,42,41,43,45,43,49,51,52,54,53,53,58,50,49,40,41,39,40,33,36,36,35,35,35,35,35,35,34,38,37);
h.scale = 5;
h.setTime(13,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

