var h = new Graph(200,120,'#FF0000',44,0,0,false);
h.addRow(45,45,47,47,48,50,57,67,75,79,80,81,82,78,68,67,69,75,77,81,83,85,85,86,86,87,88,89,89,90,90,91,91,91,92,92,92,92,93,93,93,93,93,93,93,93,93,94);
h.scale = 10;
h.setTime(14,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

