var h = new Graph(200,120,'#000000',33,0,0,true);
h.addRow(58,59,60,61,61,62,62,63,63,63,63,63,64,64,65,65,66,69,72,74,70,66,60,56,48,46,46,43,41,40,40,39,38,34,40,40,39,41,42,43,45,47,49,51,51,52,53,54);
h.scale = 8;
h.setTime(22,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


