var h = new Graph(200,120,'#C0C0C0',41,0,0,true);
h.addRow(47,51,57,54,52,48,46,45,43,42,45,53,58,55,56,48,47,50,49,55,60,65,64,66,67,68,71,78,81,81,80,79,78,78,72,73,74,73,73,72,73,72,71,70,67,63,63,58);
h.scale = 8;
h.setTime(10,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


