var h = new Graph(200,120,'#000000',35,0,0,true);
h.addRow(42,40,38,41,43,43,43,45,53,58,67,72,76,78,79,80,81,81,81,82,81,82,84,84,85,86,87,91,93,95,95,96,96,95,96,91,86,77,67,56,50,48,44,43,39,36,38,38);
h.scale = 12;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

