var h = new Graph(200,120,'#0000FF',35,0,0,true);
h.addRow(100,100,100,100,100,100,100,100,100,80,72,71,66,55,51,47,42,43,43,39,39,36,36,37,38,38,40,40,47,57,73,80,81,85,87,91,93,94,95,96,96,96,96,96,95,93,92,91);
h.scale = 13;
h.setTime(05,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

