发新话题
打印

[Rails插件] 报表插件Chart in Ruby on rails

报表插件Chart in Ruby on rails

You can generate a chart with these ways below in Ruby on Rails “FusionCharts Trial is a no-restriction evaluation of the actual component i.e., there are no days and feature limitations in this trial. The only difference is that in the trial version charts, “FusionCharts” and “InfoSoft Global” imprints would be present on the charts. Once you purchase a license, these imprints would be automatically removed. You can use the Evaluation version only for testing purposes. It cannot be deployed to any production website.

http://teethgrinder.co.uk/open-flash-chart/index.php
http://www.javaeye.com/topic/159063
http://mmm.javaeye.com/blog/24298


http://www.railsontherun.com/2007/10/4/sexy-charts-in-less-than-5-minutes


TOP

TOP

http://www.amcharts.com/
  
数据获取方式是XML或CSV。单个网站授权费用117刀。


  
部分online demo
http://www.amcharts.com/pie/
http://www.amcharts.com/line/
http://www.amcharts.com/column/
http://www.amcharts.com/xy/
http://www.ammap.com/

--------------------------------------------------------------------------------------------------------------------------------


http://www.anychart.com/products/anychart/overview/

  
以XML格式作为数据接口(模板?),借此可以可视化比如来自Excel,,CSV formats to MySQL,,MSSQL,Oracle的数据。单个开发者授权费用649刀














----------------------------------------------------------------------------------------------------------------------------------


http://www.web-site-scripts.com/flash-charts/
数据获取方式是XML,支持UTF-8,价格59刀。









  
online demo
http://www.web-site-scripts.com/flash-charts/online-demos.html

-------------------------------------------------------------------------------------------------------------------------------


http://www.globfx.com/products/swfchartgen/

  
貌似是通过定义模板来获取数据,149刀

online demo
http://www.globfx.com/products/swfchartgen/demo.php

-------------------------------------------------------------------------------------------------------------------------------


http://www.maani.us/xml_charts/index.php

  
数据获取方式是XML,默认链接源文件,要独立使用需要购买授权

部分online demo
http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Column
http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Line
http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Stacked_Column
http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=3D_Column
http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Parallel_3D_Column
http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Polar
http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Composite
http://www.maani.us/xml_charts/index.php?menu=Gallery&submenu=Joined

------------------------------------------------------------------------------------------------------------------------------


http://teethgrinder.co.uk/open-flash-chart/ 引用:
这是一个开源项目。

部分online demo
http://teethgrinder.co.uk/open-flash-chart/
每个图表都有相应的demo和体贴的Tutorials

先前KingFo_HZ在
http://bbs.actionscript3.cn/thread-1401-1-1.html
已有更具体的介绍

TOP

http://pullmonkey.com/projects/open_flash_chart
I ported the php code for open flash chart to ruby and so far it has worked quite well with Rails.
Just ported the latest 1.9.7 version - see the many graph examples below.
To install and use the open flash chart plugin for Rails do the following:
Visit the Open Flash Chart Project for more details.
Have a comment? - leave it here.



Open Flash Chart是一个采用flash和应用程序交互的一个图表类展示工具,看了下其官方的一些例子,发现效果相当不错。与前些日子google chart相比毫不逊色。
而且是free的,开源的。。引用一下作者说其决定开源的小故事:
And it’s really free?!

Yes. Once upon a time I had to deal with a company who sell flash charting components, their component had a bug that I needed fixing, so I emailed them about it asking when it’d be fixed. (Remember that I had paid real money for this software.) They were so incompetent, rude and obnoxious that after three or four weeks of emails I thought to myself “I could learn Flash and Actionscript and write my own charting component, release it as Open Source, host it on sourceforge and build up a community of helpful coders faster than they can fix a single bug.” And that is what I did. And that is why it is free. I guess the moral of the lesson is: don’t piss off your customers.

目前对PHP的支持最好,其他诸如Ruby,perl等的支持比较弱一点(作者说自己家里的机子上没有环境,哈哈)。相信很快就有热心的rubyer制作相应的类库或者插件。。

TOP

发新话题