如何使用struts1.3.10在图表中显示数据

时间:2010-08-08 10:56:38

标签: charts struts-1

如何以图表形式显示数据库表数据?

EX。 https://web.archive.org/web/20100825030910/http://www.swiftchart.com/examplebar.htm#top

我正在使用struts1.3.10。

1 个答案:

答案 0 :(得分:0)

好的,有了这些信息,我可以建议一件事:

在您的网页中嵌入 Google Graph/Chart API ,即您必须使用struts bean填充Google图表API显示图片所需的属性。

E.g。

<img src="http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World" />

Getting Started.