var h = new Graph(200,120,'#FFFF00',31,0,0,false);
h.addRow(82,82,84,84,85,86,87,87,88,88,89,89,89,90,90,90,82,71,63,52,51,46,42,40,37,32,34,38,40,39,42,39,41,40,40,45,47,56,60,59,61,64,66,67,69,69,71,72);
h.scale = 12;
h.setTime(00,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


