var h = new Graph(200,120,'#0000FF',12,0,0,true);
h.addRow(56,54,65,69,72,73,75,76,70,68,71,66,38,25,21,20,20,19,16,16,16,13,13,13,13,13,14,14,17,18,21,22,22,26,34,37,39,44,47,48,51,55,55,55,56,59,60,60);
h.scale = 13;
h.setTime(04,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

