var h = new Graph(200,120,'#FF0000',40,0,0,false);
h.addRow(73,71,70,62,58,56,50,47,46,43,45,44,43,43,41,42,44,43,51,49,53,61,65,73,74,76,79,81,83,84,85,86,87,89,92,92,91,91,90,90,92,92,92,92,91,92,91,86);
h.scale = 10;
h.setTime(10,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

