var h = new Graph(200,120,'#000000',74,0,0,true);
h.addRow(100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,87,82,80,81,80,80,80,81,81,82,83,84,87,88,88,83,79,78,79,80,81,80,78,75,75,78,80);
h.scale = 5;
h.setTime(02,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

