var h = new Graph(200,120,'#FF0000',40,0,0,false);
h.addRow(65,61,59,56,51,52,53,52,53,55,51,48,47,44,43,41,41,45,45,45,45,45,42,43,47,52,53,54,57,56,57,58,59,60,60,61,63,65,65,65,67,71,71,71,69,69,69,69);
h.scale = 6;
h.setTime(08,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

