var h = new Graph(200,120,'#000000',48,0,0,true);
h.addRow(93,94,95,95,95,95,93,79,73,69,67,68,68,65,60,51,49,50,50,51,52,52,52,52,52,52,51,51,51,51,52,54,58,61,65,69,72,75,76,79,82,83,85,88,89,89,90,92);
h.scale = 9;
h.setTime(06,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

