var h = new Graph(200,120,'#000000',45,0,0,true);
h.addRow(72,70,69,70,67,63,63,59,57,54,48,47,46,46,47,52,54,56,58,59,64,69,73,76,76,77,78,78,78,79,79,80,81,81,81,82,82,83,83,84,84,84,84,85,85,85,86,85);
h.scale = 8;
h.setTime(07,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

