Hi, has anyone here used JasperReports and iReport effectively on the net? I can't seem to find a decent tutorial that will my needs.
First of all, I'm trying to create a generic bar graph and a generic pie chart. Right now, I'm focusing on a generic bar graph where for every record I will display a horizontal bar on my
JSP. Let's say I have a list of table
X | Y | Graph
1 2 ==
3 4 ============
5 9 =========================
10 1 =======
Those values are just for example and I didn't really think hard on that. I just wanted to show what I want to see on my JSP.
First problem I have so far is... How do I set the X and Y value of my bar graph in iReport? Thanks!