Drill Down feature for pie chart in JSP

Hi,

I need to have drill down feature in my Pie Chart which is generated using JFreeChart package. The pie chart is generated dynamically basing upon the database values as inputs .

Now on click of any one sector i have to show other bar graph. The bargraphs would be different for different sectors clicked.How to use Mouse Listener? How can track or keep check on the boundaries of different sectors?.

Please help me on this issue.

Thanks in advance,

Praveen

[497 byte] By [Praveen1229a] at [2007-11-26 14:26:42]
# 1
you cannot use MouseListener with JSP. did you use Package org.jfree.chart.imagemap to generate images with JFree ?
suparenoa at 2007-7-8 2:20:03 > top of Java-index,Java Essentials,Java Programming...
# 2
@OP: don't ask the same question in two different threads: http://forum.java.sun.com/thread.jspa?threadID=5121491&messageID=9424672#9424672kind regards,Jos
JosAHa at 2007-7-8 2:20:03 > top of Java-index,Java Essentials,Java Programming...
# 3
> @OP: don't ask the same question in two different> threads:And 'supareno' told him how it could be done with JFreeChart.
sabre150a at 2007-7-8 2:20:03 > top of Java-index,Java Essentials,Java Programming...