var h = new Graph(200,120,'#FF00FF',42,0,0,false);
h.addRow(-999,-999,-999,52,50,44,43,44,44,46,49,51,53,55,56,54,52,51,52,52,53,56,58,58,58,58,59,59,60,61,62,63,66,67,67,69,70,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999,-999);
h.scale = 5;
h.setTime(14,30,false);
h.inc =30;
h.skip =12;
h.title = "Humidity: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "%";
h.build();


