var h = new Graph(200,120,'#000000',38,0,0,true);
h.addRow(63,68,72,68,68,76,79,80,80,81,82,83,83,83,83,84,84,85,84,85,85,85,86,86,86,86,86,85,85,85,85,84,80,68,56,49,44,46,43,45,39,41,42,47,53,47,49,46);
h.scale = 9;
h.setTime(17,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


