如何以 Chart 形式显示数据库表数据?
前任。https://web.archive.org/web/20100825030910/http://www.swiftchart.com/examplebar.htm#top
我正在使用struts1.3.10。
如何以 Chart 形式显示数据库表数据?
前任。https://web.archive.org/web/20100825030910/http://www.swiftchart.com/examplebar.htm#top
我正在使用struts1.3.10。
好的,用很少的信息,我可以建议一件事:
在您的页面中嵌入Google Graph/Chart API,即您必须使用您的 struts bean 来填充 Google chart API 显示您的图像所需的属性。
例如
<img src="http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World" />