Hi Everyone, Can anyone tell me how to draw a bar chart in Rails? Is there any in-built method in Ruby on Rails (or) should i go for 3rd party plugins? I searched and came across this "open flash chart" - i don''t know how to customize it according to my requirement. PS: I have attached my requirement sample for you reference. Thanks, Vasanth Attachments: http://www.ruby-forum.com/attachment/3024/bar_chart.JPG -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have used Open Flash Charts. Try referring at pullmonkey.com . It has some good samples to get started. On Fri, Dec 5, 2008 at 1:49 PM, CSK Vasanth < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi Everyone, > Can anyone tell me how to draw a bar chart in Rails? Is there any > in-built method in Ruby on Rails (or) should i go for 3rd party plugins? > I searched and came across this "open flash chart" - i don''t know how to > customize it according to my requirement. > > PS: I have attached my requirement sample for you reference. > > Thanks, > Vasanth > > Attachments: > http://www.ruby-forum.com/attachment/3024/bar_chart.JPG > > -- > Posted via http://www.ruby-forum.com/. > > > >-- Thanks, Jaikishan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Jaikishan, The site you gave was good. But how to install Open Flash Chart plugin? where can i find the Gem file for that? I have to install the Gem file here in both Windows (development) and Linux (production) environment. I tried this "ruby script/plugin install http://svn.pullmonkey.com/plugins/trunk/open_flash_chart/" but it didn''t work out for me. I think it would be better if i can get that Gem file. Can anyone tell me where to find that Gem file? Thanks, Vasanth Jaikishan Jalan wrote:> I have used Open Flash Charts. Try referring at pullmonkey.com . It has > some > good samples to get started. > > On Fri, Dec 5, 2008 at 1:49 PM, CSK Vasanth < > rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > >> Vasanth >> >> Attachments: >> http://www.ruby-forum.com/attachment/3024/bar_chart.JPG >> >> -- >> Posted via http://www.ruby-forum.com/. >> >> > >> > > > -- > Thanks, > Jaikishan-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
theoretically it could be done using the Rmagick 2D drawing methods, although i''m sure there''s probably a better way On Dec 5, 10:52 am, CSK Vasanth <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi Jaikishan, > The site you gave was good. But how to install Open Flash Chart plugin? > where can i find the Gem file for that? I have to install the Gem file > here in both Windows (development) and Linux (production) environment. > > I tried this > "ruby script/plugin installhttp://svn.pullmonkey.com/plugins/trunk/open_flash_chart/" > but it didn''t work out for me. I think it would be better if i can get > that Gem file. > > Can anyone tell me where to find that Gem file? > > Thanks, > Vasanth > > > > Jaikishan Jalan wrote: > > I have used Open Flash Charts. Try referring at pullmonkey.com . It has > > some > > good samples to get started. > > > On Fri, Dec 5, 2008 at 1:49 PM, CSK Vasanth < > > rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > >> Vasanth > > >> Attachments: > >>http://www.ruby-forum.com/attachment/3024/bar_chart.JPG > > >> -- > >> Posted viahttp://www.ruby-forum.com/. > > > -- > > Thanks, > > Jaikishan > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Vasanth, You can download it from http://github.com/pullmonkey/open_flash_chart/tree/master. Just copy the downloaded folder under vendor/plugins and you will be ready to go. On Fri, Dec 5, 2008 at 4:22 PM, CSK Vasanth < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi Jaikishan, > The site you gave was good. But how to install Open Flash Chart plugin? > where can i find the Gem file for that? I have to install the Gem file > here in both Windows (development) and Linux (production) environment. > > I tried this > "ruby script/plugin install > http://svn.pullmonkey.com/plugins/trunk/open_flash_chart/" > but it didn''t work out for me. I think it would be better if i can get > that Gem file. > > Can anyone tell me where to find that Gem file? > > Thanks, > Vasanth > > > Jaikishan Jalan wrote: > > I have used Open Flash Charts. Try referring at pullmonkey.com . It has > > some > > good samples to get started. > > > > On Fri, Dec 5, 2008 at 1:49 PM, CSK Vasanth < > > rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > > >> Vasanth > >> > >> Attachments: > >> http://www.ruby-forum.com/attachment/3024/bar_chart.JPG > >> > >> -- > >> Posted via http://www.ruby-forum.com/. > >> > >> > > >> > > > > > > -- > > Thanks, > > Jaikishan > > -- > Posted via http://www.ruby-forum.com/. > > > >-- Thanks, Jaikishan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have been using FusionCharts. There is no gem, but I have a blog post on how to get started: http://forecasthorizon.blogspot.com/2008/07/fusion-charts-with-ruby-on-rails.html . The post is on a line chart, but it is very easy to do any number of charts using FusionCharts. And you do not need to install RMagick, which I feel is a big bonus. Kaushik On Fri, Dec 5, 2008 at 5:04 AM, Jaikishan Jalan <jai.ism-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Vasanth, > > You can download it from > http://github.com/pullmonkey/open_flash_chart/tree/master. Just copy the > downloaded folder under vendor/plugins and you will be ready to go. > > > On Fri, Dec 5, 2008 at 4:22 PM, CSK Vasanth < > rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > >> >> Hi Jaikishan, >> The site you gave was good. But how to install Open Flash Chart plugin? >> where can i find the Gem file for that? I have to install the Gem file >> here in both Windows (development) and Linux (production) environment. >> >> I tried this >> "ruby script/plugin install >> http://svn.pullmonkey.com/plugins/trunk/open_flash_chart/" >> but it didn''t work out for me. I think it would be better if i can get >> that Gem file. >> >> Can anyone tell me where to find that Gem file? >> >> Thanks, >> Vasanth >> >> >> Jaikishan Jalan wrote: >> > I have used Open Flash Charts. Try referring at pullmonkey.com . It has >> > some >> > good samples to get started. >> > >> > On Fri, Dec 5, 2008 at 1:49 PM, CSK Vasanth < >> > rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> > >> >> Vasanth >> >> >> >> Attachments: >> >> http://www.ruby-forum.com/attachment/3024/bar_chart.JPG >> >> >> >> -- >> >> Posted via http://www.ruby-forum.com/. >> >> >> >> > >> >> >> > >> > >> > -- >> > Thanks, >> > Jaikishan >> >> -- >> Posted via http://www.ruby-forum.com/. >> >> >> > > > -- > Thanks, > Jaikishan > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Gruff is nice as well. http://nubyonrails.com/pages/gruff Jej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I recently used FusionCharts the free version. They have great documentation and it is pretty easy to connect them with a .rxml Once you get the hang of using them, they have many different types.. http://www.fusioncharts.com/free/ On Dec 5, 1:19 am, CSK Vasanth <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi Everyone, > Can anyone tell me how to draw a bar chart in Rails? Is there any > in-built method in Ruby on Rails (or) should i go for 3rd party plugins? > I searched and came across this "open flash chart" - i don''t know how to > customize it according to my requirement. > > PS: I have attached my requirement sample for you reference. > > Thanks, > Vasanth > > Attachments:http://www.ruby-forum.com/attachment/3024/bar_chart.JPG > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I highly recommend the Ziya gem. Fairly easy to use and you have a ton of control over all the aspects of the chart. There are a few examples on my website (http://www.assetcorrelation.com) but I''m hesitant to point you there because I''m severely deficient in anything relating to graphic design so my graphs don''t look nearly as good as some of the other examples I''ve seen. On Dec 5, 12:19 am, CSK Vasanth <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi Everyone, > Can anyone tell me how to draw a bar chart in Rails? Is there any > in-built method in Ruby on Rails (or) should i go for 3rd party plugins? > I searched and came across this "open flash chart" - i don''t know how to > customize it according to my requirement. > > PS: I have attached my requirement sample for you reference. > > Thanks, > Vasanth > > Attachments:http://www.ruby-forum.com/attachment/3024/bar_chart.JPG > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You can even try http://code.google.com/apis/chart/types.html#bar_charts but all depends on your application needs ;-) On Dec 6, 8:13 pm, Andy <avi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I highly recommend the Ziya gem. Fairly easy to use and you have a ton > of control over all the aspects of the chart. There are a few examples > on my website (http://www.assetcorrelation.com) but I''m hesitant to > point you there because I''m severely deficient in anything relating to > graphic design so my graphs don''t look nearly as good as some of the > other examples I''ve seen. > > On Dec 5, 12:19 am, CSK Vasanth <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > > Hi Everyone, > > Can anyone tell me how to draw a bar chart in Rails? Is there any > > in-built method in Ruby on Rails (or) should i go for 3rd party plugins? > > I searched and came across this "open flash chart" - i don''t know how to > > customize it according to my requirement. > > > PS: I have attached my requirement sample for you reference. > > > Thanks, > > Vasanth > > > Attachments:http://www.ruby-forum.com/attachment/3024/bar_chart.JPG > > > -- > > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---