var h = new Graph(200,120,'#FF0000',35,0,0,false);
h.addRow(76,75,74,72,70,70,71,69,68,66,66,68,68,67,67,66,65,65,63,63,62,61,62,63,60,55,51,49,48,45,44,40,37,36,36,36,38,39,39,41,44,46,48,49,53,55,58,61);
h.scale = 8;
h.setTime(00,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

