var h = new Graph(200,120,'#FF0000',0,0,1,false);
h.addRow(0,0,0.04,0.12,0.16,0.08,0.04,0.08,0.08,0.24,0.28,0.12,0.12,0.12,0.08,0.04,0.04,0.12,0.08,0,0,0.04,0.16,0.12,0.04,0.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,0.08,0);
h.scale = 0.06;
h.setTime(01,30,false);
h.inc =30;
h.skip =12;
h.title = "Rainfall: last 24 hours";
// h.xLabel = "Time";
h.yLabel = "In.";
h.build();

