var h = new Graph(200,120,'#000000',24,0,0,true);
h.addRow(25,26,30,34,36,36,36,37,38,40,44,45,49,50,51,46,43,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,34,33,33,34,35,37);
h.scale = 5;
h.setTime(20,00,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


