Java Graphing Libraries for Web Applicattions?

人走茶凉 提交于 2019-12-06 13:57:52

问题


I've been asked to enhance a JSP Application with (And I quote) "Some Sexy Graphs" I did a quick search on SO and came up with this question which mentions several graphing solutions, however given that this is a Web application I was wondering if there were any good graphing libraries that can render the graphs client side using JQuery or some such?

Otherwise, has anyone who has used JFreeChart to produce charts for the Web got any pointers.

This is the first time I've done Any JSP (I've done some Java and Have done a bit of ASP.Net) so Any pointers would be appreciated.


回答1:


Are you looking for a graph or a chart library? JFreeChart is great for charts. Touchgraph is great for graphs.

Touchgraph: www.touchgraph.com

Look at this example: http://www.touchgraph.com/TGGoogleBrowser.html

You could also use google's charting engine:

http://code.google.com/apis/chart/



来源:https://stackoverflow.com/questions/661639/java-graphing-libraries-for-web-applicattions

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