[Rails] Re: Charts in Rails 4 application

2014-03-05 Thread Aurick
Either use D3 https://github.com/logical42/d3_rails Or, https://github.com/winston/google_visualr for Open source. Both are paid 1) High charts 2) Fusion Charts -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe

[Rails] Re: Charts in Rails

2009-03-21 Thread jdwy
Google Charts stinks; it's the Google Visualization API that you want. Your data doesn't go to them and the widgets are much better. On Mar 21, 12:03 am, Unnikrishnan KP unni.tall...@gmail.com wrote: I have tried almost all of the above charting libraries, gnuplot, google charts and the flash

[Rails] Re: Charts in Rails

2009-03-20 Thread motine
gnuplot doesn't really look nice and the flash / js / css solutions do not really fit my requirement of creating charts on the server side. I found Eastwood (http://www.jfree.org/eastwood/) which emulates Google Charts but you may run it on your own server. This is quite a good solution, but I do

[Rails] Re: Charts in Rails

2009-03-20 Thread Harold
There's plenty out there, Fusion charts free and open flash charts being my top choices. This InfoQ article includes Fusion Charts in their comparison: http://www.infoq.com/articles/sharma-charts-in-rails Open Flash Charts: http://teethgrinder.co.uk/open-flash-chart/

[Rails] Re: Charts in Rails

2009-03-20 Thread Robert Walker
Harold wrote: There's plenty out there, Fusion charts free and open flash charts being my top choices. You must have glossed over the OP's requirements. Namely that Flash charts were not an option. -- Posted via http://www.ruby-forum.com/.

[Rails] Re: Charts in Rails

2009-03-20 Thread Harold A . Giménez Ch .
You must have glossed over the OP's requirements indeed I did. My apologies. On Fri, Mar 20, 2009 at 1:58 PM, Robert Walker rails-mailing-l...@andreas-s.net wrote: Harold wrote: There's plenty out there, Fusion charts free and open flash charts being my top choices. You must have

[Rails] Re: Charts in Rails

2009-03-20 Thread Robert Walker
Harold A. Giménez Ch. wrote: You must have glossed over the OP's requirements indeed I did. My apologies. However, those links you provided look really nice. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you

[Rails] Re: Charts in Rails

2009-03-20 Thread Unnikrishnan KP
I have tried almost all of the above charting libraries, gnuplot, google charts and the flash charts as well. Finally I found chartdirector. http://www.advsofteng.com/download.html It proved to be very straight forward to use, provided hell lot of flexibilty and options. Its not free(a yellow

[Rails] Re: Charts in Rails

2009-03-19 Thread Lee Smith
I was just looking into this topic the other day. However, these solutions might not fit your requirement of saving the charts as images. These are javascript generated charts with many, many options and decorations and interactivity.

[Rails] Re: Charts in Rails

2009-03-19 Thread Philip Hallstrom
I am still looking for a decent way to create charts in Rails. The best solution i found so far is Google Charts, since I will be needing the charts as images to embed them into a pdf on the server side. Subsequentially Flash charts are not an option. On the other hand I don't want send all