We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 months ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
查看 Google 图表工具 http://code.google.com/apis/chart/
Have a look at Google Charts Tools http://code.google.com/apis/chart/
另请查看 jqPlot http://www.jqplot.com/ - 它使用 jQuery - 一个 javascript 库。
我通常将所有数据传递到模板中,然后在客户端的浏览器中呈现图表/图形。
Also have a look at jqPlot http://www.jqplot.com/ - it uses jQuery - a javascript library.
I usually pass all my data down into the template, and the charts/graphs are rendered in the client's browser.