用于创建 Google Analytics 类型图表的最佳图形/图表工具集是什么?
给定服务器上的 Rails 应用程序,在网页上显示动态、数据库驱动的图表/图形(例如 Google Analytics 中提供的图表/图形)的最佳图表/图形解决方案是什么。
最佳解决方案将包括可以通过 AJAX 与 Rails 应用程序来回交互 JSON 的组件。
谢谢!
Given a Rails application on the server, what is the best charting/graphing solution for displaying dynamic, database driven charts/graph on a web page such as those available in Google Analytics.
An optimal solution would include components that can speak JSON back-and-forth with the Rails application via AJAX.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
检查 Google Visualization API
Check Google Visualization API
打开flash插件怎么样;
我用这个创建了一些漂亮的图表
http://pullmonkey.com/projects/open_flash_chart
how about open flash plugin ;
i have created some nice graphs with this
http://pullmonkey.com/projects/open_flash_chart
查看 amCharts。
Take a look at amCharts.
虽然上面提出了许多好的解决方案,但最好的恕我直言是 FusionCharts
包括此处建议的解决方案,我将解决方案排名如下:
FusionCharts
打开 Flash 图表< /a> (插件:http://pullmonkey.com/projects/open_flash_chart)
Ziya LiquidRails(在 XML/SWF 图表之上运行)
Google Visualization API 也不错,但除非您对通过其服务器运行的所有内容感到满意(我对此最怀疑)是)。 就我的#1选项而言,唯一的缺点是成本(尽管也有免费的精简版)。
再次感谢上面提出的所有建议。
While many good solutions presented above, the best imho is FusionCharts
Including those suggested here, I rank the solution as follows:
FusionCharts
Open Flash Charts (plugin: http://pullmonkey.com/projects/open_flash_chart)
Ziya LiquidRails (which runs on top of XML/SWF Charts)
The Google Visualization API is nice as well but not unless you're comfortable with everything running through their servers (which I doubt most are). Insofar as my #1 option goes above, the only downside is cost (though there is a free lite version as well).
Thanks again for all the suggestions made above.
Morris.js 绝对值得一看。
http://railscasts.com/episodes/223-charts-graphs-revised ?view=asciicast
http://www.oesmith.co.uk/morris.js/
Morris.js is definitely worth a look.
http://railscasts.com/episodes/223-charts-graphs-revised?view=asciicast
http://www.oesmith.co.uk/morris.js/