var h = new Graph(200,120,'#000000',43,0,0,true);
h.addRow(59,60,60,62,65,67,68,69,71,73,75,76,78,79,80,81,82,83,84,84,85,86,88,88,87,82,72,69,67,63,59,56,51,48,46,45,44,44,45,46,49,52,54,56,59,60,60,62);
h.scale = 9;
h.setTime(21,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

