var h = new Graph(200,120,'#FF00FF',30,0,0,false);
h.addRow(32,31,32,33,33,33,34,37,39,44,49,54,61,61,67,73,77,79,80,80,81,82,86,87,88,90,91,91,92,92,92,92,93,93,92,92,92,92,93,92,90,69,49,43,41,37,37,36);
h.scale = 12;
h.setTime(13,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

