var h = new Graph(200,120,'#000000',40,0,0,false);
h.addRow(65,67,69,70,70,72,73,75,76,76,77,78,79,80,81,81,82,83,83,83,84,84,84,85,86,86,86,86,86,87,87,87,88,89,89,90,90,91,89,79,65,48,43,43,41,45,42,41);
h.scale = 10;
h.setTime(15,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

