jfreechart at client side

纵然是瞬间 提交于 2020-01-05 07:46:54

问题


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.


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/15352015/jfreechart-at-client-side

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!