[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-25 Thread Amar Daxini
Piyush with Rails wrote: > Hello Friends, Gruff is ruby library fir grnrrating graphs ChartDirector is one of the library but i think it is not open source in gruff you can export chart on pdf Using chartDirector also you can export you can create graph This is sammple write in Helper def generate

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-25 Thread Martijn van Rheenen
Open Flash chart works like a charm, just disable all 'animations' and your client will take you seriously ;) I have used it for a prototype application with Symfony (yes, I know, PHP) but for the 'real' application I'm setting everything up with Rails. On Fri, Sep 25, 2009 at 7:52 AM, Brije

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread Brijesh Shah
syed arifullah badsha s wrote: > Thanks for highlighting. Any one has used it? Any inputs on Open Flash > Chart > is free. > Ya open flash is free...I used it... You can download it as plugin from http://github.com/korin/open_flash_chart_2_plugin/ -- Posted via http://www.ruby-forum.com/. --

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread syed arifullah badsha s
Thanks for highlighting. Any one has used it? Any inputs on Open Flash Chart is free. On Fri, Sep 25, 2009 at 11:11 AM, Marnen Laibow-Koser < rails-mailing-l...@andreas-s.net> wrote: > > syed arifullah badsha s wrote: > > Hi, > > I have used fusion charts and its cool, i believe there is no

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread Marnen Laibow-Koser
syed arifullah badsha s wrote: > Hi, > I have used fusion charts and its cool, i believe there is no flash > type charts that are available for free. But you are wrong. Open Flash Chart is free. > > Regards, > Syed A B. > > On Fri, Sep 25, 2009 at 10:12 AM, Sijo Kg Best, -- Marnen Laibo

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread syed arifullah badsha s
Hi, I have used fusion charts and its cool, i believe there is no flash type charts that are available for free. Regards, Syed A B. On Fri, Sep 25, 2009 at 10:12 AM, Sijo Kg wrote: > > Hi >Even not free (XML/SWF and DIY Map) you can just check this also > >http://ziya.liquidrail.co

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread Sijo Kg
Hi Even not free (XML/SWF and DIY Map) you can just check this also http://ziya.liquidrail.com/ Sijo -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rai

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread Marnen Laibow-Koser
Martijn van Rheenen wrote: >> Nope. Google's charts are straight images, so they are generally the >> better choice. There is usually little reason to force Flash on your >> users for something this simple. >> > Indeed they are, images, I saw that too. But you will not be able to > generate thes

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread Piyush with Rails
Thank You Very much friends for your valuable suggestions. i will evaluate these various options. Thanks, Piyush. --- On Sep 24, 9:52 pm, Martijn van Rheenen wrote: > > Nope.  Google's charts are straight images, so they are generally the

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread Martijn van Rheenen
> Nope. Google's charts are straight images, so they are generally the > better choice. There is usually little reason to force Flash on your > users for something this simple. > > Indeed they are, images, I saw that too. But you will not be able to generate these charts when a user is not online

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread Marnen Laibow-Koser
Martijn van Rheenen wrote: > Or, the free Open Flash Chart, which uses Flash to render charts, just > like > google's does: [...] Nope. Google's charts are straight images, so they are generally the better choice. There is usually little reason to force Flash on your users for something this

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-24 Thread Martijn van Rheenen
Or, the free Open Flash Chart, which uses Flash to render charts, just like google's does: http://teethgrinder.co.uk/open-flash-chart/ And, ofcourse, someone already developed a plug-in for RoR: http://pullmonkey.com/projects/open_flash_chart But none of these 3 chart 'components' allow the use

[Rails] Re: Rails Library for Generating Graphs and Charts

2009-09-23 Thread Brijesh Shah
Use gruff charts or google charts... Gruff Charts: http://nubyonrails.com/pages/gruff google charts: http://blog.brijeshshah.com/google-chart-4-rails-gc4r/ This plugins helps you generating charts in form of images.. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~