Web应用程序Java中的图表

时间:2012-01-18 16:58:31

标签: charts web

  

可能重复:
  What is the best open-source java charting library? (other than jfreechart)

在我的网络应用程序中,我需要提供一些图表。我创建了一个使用JFreeChart库的类,但是这个库是桌面库。我需要一些免费的网络库。你能救我吗?

5 个答案:

答案 0 :(得分:3)

试试Google Chart Tools;简单的Web服务界面可通过JavaScript轻松用于实时图形,Google Chart API非常适合static images的Java(和其他语言)。

答案 1 :(得分:1)

您也可以使用JFreeChart为Web应用程序创建图表。有关详细信息,请访问以下链接: http://himtech-spring.blogspot.com/2012/07/spring-mvc-with-jfreechart.html

您还可以使用Google图表API为网络应用程序创建图表。为此,您需要构建一个URL并将其发送到Google图表服务器以生成图表。 Click here for Google chart integration with SpringMVC implementation

答案 2 :(得分:0)

gRaphäel为图表提供了JavaScript API。

答案 3 :(得分:0)

您可以在java中使用kava图表。您可以参考以下链接:http://www.kavachart.com/documentation/index.html

答案 4 :(得分:0)

服务器端

客户端