var h = new Graph(200,120,'#000000',55,0,0,false);
h.addRow(90,91,89,91,92,91,92,90,88,90,90,85,87,90,90,90,82,73,69,68,68,66,70,69,63,59,62,57,60,60,60,66,64,56,56,61,69,70,75,81,84,85,85,84,84,84,84,84);
h.scale = 7;
h.setTime(23,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


