var h = new Graph(200,120,'#000000',51,0,0,true);
h.addRow(60,56,54,53,53,52,54,59,58,57,58,58,60,57,57,58,61,63,65,65,65,65,66,66,66,68,70,71,73,75,76,77,78,78,79,80,81,81,82,82,83,83,83,83,83,83,83,83);
h.scale = 6;
h.setTime(08,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

