var h = new Graph(200,120,'#C0C0C0',54,0,0,true);
h.addRow(83,87,89,90,91,91,92,92,93,93,93,93,93,93,94,94,94,93,93,93,94,94,94,94,94,94,95,95,95,95,96,96,96,96,96,96,97,96,92,83,75,64,61,59,58,58,55,56);
h.scale = 8;
h.setTime(16,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

