Question

I have implemented gantt chart using jfreechart. I want to know how can I get this chart accessed from client side. Also I do not want just image of the chart, I also want the zooming functionality alongside it. How to achieve this? Please help.

Was it helpful?

Solution

Can you please elaborate more?

While minimally interactive charts are possible in a servlet context, a fully interactive desktop application may be made available from the server via Java Web Start. Among the JFreeChart samples, the JWS demo best illustrates the potential.

OTHER TIPS

I think you must catch client event and handle it from server side, and of course reload the image with the changes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top