var h = new Graph(200,120,'#FFFF00',81,0,0,false);
h.addRow(87,88,88,88,88,88,89,89,88,86,85,85,85,86,83,82,84,90,92,90,90,91,94,95,95,95,94,94,95,94,95,95,95,95,95,95,95,96,96,97,97,98,98,98,98,97,97,97);
h.scale = 3;
h.setTime(02,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


