var h = new Graph(200,120,'#000000',33,0,0,true);
h.addRow(40,45,48,50,54,61,67,69,72,73,69,73,68,70,69,72,72,70,71,78,84,84,77,80,76,74,73,71,71,67,62,52,52,45,40,39,38,37,38,37,38,37,34,34,35,37,40,53);
h.scale = 10;
h.setTime(17,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

