var h = new Graph(200,120,'#000000',16,0,0,true);
h.addRow(17,18,18,18,21,24,27,30,31,33,34,34,36,41,44,48,49,52,53,54,56,58,60,60,62,64,62,63,62,64,62,70,67,66,55,56,52,49,46,39,32,30,29,27,22,19,20,23);
h.scale = 11;
h.setTime(16,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();

