var h = new Graph(200,120,'#FF0000',0,0,1,false);
h.addRow(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
h.scale = 0.01;
h.setTime(21,00,false);
h.inc =30;
h.skip =12;
h.title = "Rainfall: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "In./hr";
h.build();


