- 浏览: 150363 次
- 性别:
- 来自: 北京
-
文章分类
最新评论
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:
* script/plugin install http://svn.pullmonkey.com/plugins/trunk/open_flash_chart/
* Move the open_flash_chart.swf file into your RAILS_ROOT/public directory
* Move the swfobject.js file into your RAILS_ROOT/public/javascripts directory
* Create a controller and a view as in my examples below.
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制作相应的类库或者插件。。
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:
* script/plugin install http://svn.pullmonkey.com/plugins/trunk/open_flash_chart/
* Move the open_flash_chart.swf file into your RAILS_ROOT/public directory
* Move the swfobject.js file into your RAILS_ROOT/public/javascripts directory
* Create a controller and a view as in my examples below.
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制作相应的类库或者插件。。
发表评论
-
Google App Engine and others
2010-09-15 11:27 840有用的技术文章 先记载 有空 研究下 さくっとRails ... -
基于jquery和mini_magick的图片裁剪
2010-09-15 11:07 1492引用网址 http://duyouhua1214.iteye ... -
ruby gem相关命令使用
2010-08-26 12:45 1610gem相关命令使用 1.显示gem的帮助和版本 gem – ... -
深入理解alias, alias_method和alias_method_chain
2010-08-06 17:14 979http://blackanger.blog.51cto.co ... -
Rails 3 特点
2010-08-06 16:38 946真的想留下来 http://railslove.com/w ... -
Fix N+1 Queries
2010-08-06 16:16 926http://rails-bestpractices.com/ ... -
query-reviewer sql explain and review in the page
2010-08-06 12:20 1349引用网址 http://github.com/dsboulde ... -
request-log-analyzer log分析工具
2010-08-06 12:03 1638参考网址: http://github.com/wvanber ... -
IE7 Bug导致Rails Session保存失败
2010-08-06 10:56 982http://www.letrails.cn/archives ... -
Rails保存记录而不更新时间戳
2010-08-06 10:54 1371引用地址: http://www.letrails.cn/a ... -
how to generate qrcode on ror
2010-02-04 16:27 8801. In your rails project, in ... -
rmagick ror 上 安装
2009-11-18 09:06 865rmgick 安装规范 ror很多人现在在用了,但是发现 ... -
Update Rails to 2.2.2 (Rails 2.2.2)
2009-03-08 14:53 1001gem install -v=2.2.2 rails Suc ... -
Use helpers in controllers or models
2009-01-19 16:22 941引用http://snipplr.com/view/2505/ ... -
open-flash-chart
2008-11-07 14:07 2445http://pullmonkey.com/2008/7/23 ... -
rake db:migrate
2008-11-07 11:58 1296【ruby on rails】rake db:migrate ... -
rss maker
2008-11-07 11:43 1102http://gdgdlog.net/log/show/130 ... -
acts_as_authenticated
2008-11-07 11:35 1133ruby script/plugin install act ... -
validates
2008-11-07 11:24 1094先週ずっとインフルエンザでダウンしてました。 今日はvail ... -
rails で model の変更を監視するプラグイン
2008-11-07 11:12 1375acts_as_modified モデルの変更を監視して、各 ...
相关推荐
def chart_data chart = OpenFlashChart::Chart.new(500, 300, "图表标题") chart.x_axis = OpenFlashChart::X_Axis.new("X轴标签") chart.y_axis = OpenFlashChart::Y_Axis.new("Y轴标签") bar1 = ...
Open_flash_chart_2是一款强大的Flash图表库,它允许开发者创建美观、交互式的图表,用于Web应用程序的数据可视化。这个压缩包包含了一系列与Open_flash_chart_2相关的文件,它们是实现图表功能的重要组成部分。以下...
**open_flash_chart** 是一个基于Flash的开源图表库,专为.NET开发者设计,提供免费的图表绘制功能。这个控件允许程序员创建丰富的、交互式的图表,适用于数据可视化的需求,如统计报告、数据分析或者Web应用程序中...
Open Flash Chart是一款强大的图表工具,尤其适用于Java开发者。它是一个基于Flash的图形库,能够创建出美观、流畅的图表,支持多种图表类型,包括条形图、饼图、线图等,总计11种基本图形,能满足大多数数据分析和...
"chart" 指的是图表功能,"flash_chart" 明确了它是基于Flash的图表库,"open" 和 "open_flash_chart" 强调其开源性质,而 "openflash_chart" 是项目名称的另一种拼写方式。 【压缩包子文件】: 1. "open-flash-...
open_flash_chart属性大全
- 创建SWFObject实例,指定Flash文件路径、ID、尺寸、最低Flash版本以及背景色等参数。 - 可设置额外参数如质量、模式等。 - 使用`write`方法将Flash内容插入到指定的HTML元素中。 #### 四、如何使用...
《Open Flash Chart:一款强大的Flash图表库》 Open Flash Chart是一款功能强大的开源Flash图表库,其在IT领域中被广泛用于生成美观且交互性强的数据可视化图表。与JFreeChart等Java图表库相比,Open Flash Chart...
my_chart.render("chart_div"); ``` **四、进阶使用** Open Flash Chart还提供了许多高级特性,如动画效果、数据动态更新、图表组件(如工具提示、图例、轴标签)等。通过学习和实践,开发者可以充分利用这些...
**Open Flash Chart库详解** Open Flash Chart是一款强大的开源图表库,专为PHP开发者设计,用于创建各种美观且交互性强的数据可视化图表。它以其出色的视觉效果和丰富的自定义选项,在Web应用中广泛使用,尤其适用...
在网页中使用Open Flash Chart展示图表是一项常见的数据可视化任务,尤其在那些需要动态、交互式图形的Web应用中。Open Flash Chart是一款开源的Flash图表库,它允许开发者使用简单的JavaScript和服务器端语言(如...
针对open-flash-chart.swfY轴显示中文bug,加入中文字库simsun.ttc,希望对有需要的人有所帮助
通过继承`open_flash_chart_object`类,你可以定义自己的图形样式和行为。 **8. 集成服务器端数据** 通常,我们会从服务器获取数据。你可以使用AJAX请求获取JSON数据,然后解析并添加到图表中: ```javascript $....
标题中的“jofc2.rar_flash_flash open char_java open flash char_jofc json_o”暗示了这个压缩包可能包含一个名为“jofc2”的项目,该项目与Flash开放图表(Flash Open Chart)有关,同时也涉及到Java对Flash图表...
《Open Flash Chart 1.9:打造动态图表的利器》 Open Flash Chart 是一款开源的Flash图表库,专为创建高质量、交互式的图表而设计。本文将深入探讨Open Flash Chart 1.9版本,包括其核心特性、使用方法以及如何通过...
**Open-Flash-Chart简介** Open-Flash-Chart(OFC)是一款强大的开源图表库,它使用Flash技术来创建各种动态、美观的图表。这款组件主要用于Web开发,可以帮助开发者轻松地在网页上生成数据可视化效果,使数据更加...
Open Flash Chart是一款基于JavaScript的开源图表库,它允许开发者通过简单的JSON数据来创建高质量的Flash图形,包括曲线图、柱状图、饼图等多种图表类型。这个库在Web开发中被广泛使用,尤其是在数据分析和可视化...
标题 "Rails 集成Open Flash Charts" 涉及的是在Ruby on Rails框架中集成Open Flash Chart这一图表库的技术细节。Open Flash Chart是一个开源的Flash图表生成器,它允许开发者通过简单的API创建各种复杂的图表,包括...