var h = new Graph(200,120,'#8080FF',40,0,0,true);
h.addRow(88,86,80,76,75,72,70,68,65,71,64,64,64,62,62,60,60,62,64,64,63,62,62,62,58,56,55,56,59,59,59,62,62,63,79,82,53,45,43,44,42,42,42,41,42,42,42,42);
h.scale = 9;
h.setTime(08,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

