Comments on: Open Flash Chart II – Updates, Radar Charts and Scatter Lines http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/ Wed, 05 Sep 2012 13:57:52 +0000 hourly 1 https://wordpress.org/?v=5.6 By: charlie http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-19236 Wed, 05 Sep 2012 13:57:52 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-19236 In reply to Vandita.

Vandita – I’m using vim (with rails.vim) and tmux.

]]>
By: Vandita http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-19070 Fri, 24 Aug 2012 10:19:11 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-19070 Had a very basic question. Which editor are you using??

]]>
By: Harry Seldon http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-861 Sat, 25 Oct 2008 05:53:00 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-861 Thanks Charlie for this update.
I am just pointing out that the scatter line feature is very important for those <a href="http://www.thinkosphere.com/poll/mcq_txt/show_time_results/19">like me</a> interested in time series. To make it short it allows having a plot command such as plot(x,y) where x is NOT regularly spaced.

]]>
By: TaSozzZ http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-862 Sat, 25 Oct 2008 05:53:00 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-862 Hi! the job you are making is simply amazing. this plugin is just what i wanted.
After trying to use ofc in my work i was really disappointed cause i just kept on getting the same error. today i put the new controller code and magically it worked!!!
but i cant understand how to put data…my goal is to insert them via a database. your answer would be helpfull.
Once again a big thanx for helping me out.

best regards

]]>
By: charlie http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-863 Sat, 25 Oct 2008 05:53:00 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-863 @TaSozzZ – I have an example for you, using a database – <a href="http://pullmonkey.com/2008/7/25/using-a-database-to-populate-an-open-flash-chart-graph">http://pullmonkey.com/2008/7/25/using-a-database-to-populate-an-open-flash-chart-graph</a&gt;. The only changes you need to make with the latest version of the plugins are:
1) include OpenFlashChart at the top of the controller
2) change OpenFlashChart.new to OpenFlashChart::Base.new

Hope that helps.

]]>
By: T http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-864 Sat, 25 Oct 2008 05:53:00 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-864 Hi —

I’m having problems installing the plugin — I had it working before, but I can’t seem to do it now. Using script/plugin install git://github.com/pullmonkey/open_flash_chart.git, it does not do an install, it just says "removing: C:/(path)/vendor/plugins/open_flash_chart/.git"

Not sure what the problem is. Plugin does not seem to be already installed.

Can anyone help me out?

]]>
By: Harry Seldon http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-865 Sat, 25 Oct 2008 05:53:00 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-865 Charlie, why is there this change that forces us to use "OpenFlashChart::Base.new" instead of "OpenFlashChart.new" ?
First, it is less pretty code. Then it forces to change all the calls to OpenFlashChart.

]]>
By: charlie http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-866 Sat, 25 Oct 2008 05:53:00 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-866 @Harry – You should actually just be able to say Chart.new(..) assuming you include OpenFlashChart. OpenFlashChart is a module now. Maybe the module should be OFC and we should keep the class as OpenFlashChart for backward compatibility.

]]>
By: charlie http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-867 Sat, 25 Oct 2008 05:53:00 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-867 @T – Try:
script/plugin install http://github.com/pullmonkey/open_flash_chart.git –force

With the http:// instead of git:// and put the –force at the end.

]]>
By: Harry Seldon http://pullmonkey.com/2008/10/25/open-flash-chart-ii-updates-radar-charts-and-scatter-lines/comment-page-1/#comment-868 Sat, 25 Oct 2008 05:53:00 +0000 /2008/10/28/open-flash-chart-ii-updates-radar-charts-and-scatter-lines#comment-868 Charlie, OK I see the point. But yes I think you should indeed preserve the backward compatibility by making what you said. (Unless you want to rewrite all your examples on your blog 😉 )

]]>