var h = new Graph(200,120,'#000000',34,0,0,true);
h.addRow(79,77,74,64,55,54,50,49,46,43,36,37,38,36,37,36,36,35,36,36,36,37,42,45,46,47,48,49,51,53,59,53,57,52,47,50,60,75,80,83,83,85,85,86,82,83,83,85);
h.scale = 10;
h.setTime(08,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

