Comments on: Open Flash Chart Plugin for Rails http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/ Sun, 30 Aug 2009 00:15:28 +0000 hourly 1 https://wordpress.org/?v=5.6 By: francis sinson http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-82 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-82 yo,<br/><br/>Saw some gotcha’s:<br/>1. there’s a missing closing " in the self.swf_object method.<br/><br/>2. Add the CGI.escape to the url :)<br/><br/>thanks:)<br/>/franee

]]>
By: charlie http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-83 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-83 Franee,<br/>Thank you, great catches – did as you requested, tested and committed.

]]>
By: scott http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-84 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-84 thanks for the great plugin charlie 🙂

]]>
By: charlie http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-85 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-85 Not a problem Scott, just let me know if you run into any issues, or you can track them here – <a href="http://code.google.com/p/rails-open-flash-chart-plugin/issues/list">http://code.google.com/p/rails-open-flash-chart-plugin/issues/list</a&gt;

]]>
By: scott http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-86 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-86 I’ve posted two issues and a patch at the google code site.

]]>
By: charlie http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-87 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-87 Thanks Scott, I will take care of those for you.

]]>
By: charlie http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-88 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-88 Scott, see if my fixes work for you. I used your fix for the "axis" => "method" issue. I did not use your solution for the x_axis_steps issue, instead I removed nil array elements before joining via compact b/c that would impact the 3d graphing, which I do not personally use either.<br/>Thank you.

]]>
By: Moisés http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-89 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-89 Hi, thanks for the plugin. I am new in rails, but i have one questions:<br/><br/>Wy not add:<br/><br/>class OpenFlashChart<br/> <br/> attr_accessor( :y_min, :y_max …<br/><br/>to make all the attributes read/write accessible? <br/><br/><br/>

]]>
By: charlie http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-90 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-90 Mois̩s РGood question. One reason that I did not open up all the attributes in that way is because of documentation. To enable the user to use the variables in this way would require much more documentation. If you look closely, you will see that some of the setter methods do a bit of data manipulation that the user (of the plugin) may not expect. <a href="http://teethgrinder.co.uk/open-flash-chart/">Teethgrinder</a&gt; has already done a great job documenting this project. So, if I keep things simple and provide the same usability, then users of the plugin can easily refer to what he has already provided in terms of examples and documentation. Hope this makes sense.

]]>
By: Adrian http://pullmonkey.com/2007/08/19/open-flash-chart-for-rails/comment-page-1/#comment-91 Sun, 19 Aug 2007 23:29:00 +0000 /2008/01/04/open-flash-chart-for-rails#comment-91 Multi line example (http://pullmonkey.com/projects/open_flash_chart/multi_line) has a little problem: in controller there is a variable @output and in the view the variable is @graph. Should have the same name

]]>