Comments on: Open Flash Chart II – Pie Chart http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/ Sun, 30 Aug 2009 04:38:35 +0000 hourly 1 https://wordpress.org/?v=5.6 By: Chipster http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-668 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-668 Yeah :p Thanks a lot !

]]>
By: blindgaenger http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-669 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-669 Yesterday evening I tried to figure out by my own, how to use the pie chart. And this morning all I had to do was to reload the webpage to get a clean example. Like you knew it 🙂 Thanks!

]]>
By: Chipster http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-670 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-670 BTW, tooltip generate error for me ( #2032 ) on any of the example.

]]>
By: charlie http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-671 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-671 @Chipster – browse to the actual graph_code action to see the json that it is producing.

]]>
By: Chipster http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-672 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-672 No json produced. I have a error ( only with the tooltip line ) :

" Plugins::Pullmonkey-openFlashChart…..::Lib" is no a valid constant name !

]]>
By: charlie http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-673 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-673 @Chipster – can I get the stack trace. I am not seeing this behavior.

]]>
By: Cecci http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-674 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-674 @Charlie – How can I do to be able in an alone project, to work with several types of graphs?
I do two controllers, error message is displayed
"Open Flash Chart
IO ERROR
Loading test data
Error #2032"

]]>
By: charlie http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-675 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-675 @Cecci – you can use one controller to display multiple graphs on the same page. See this example – http://pullmonkey.com/2008/8/4/open-flash-chart-ii-multiple-graphs-on-the-same-page

Also, you usually get the 2032 error if the action you are calling has an error. So for example if you call this:
open_flash_chart_object(300, 300, "/controller/action")
Then you can actually navigate the browser to http://yourdomain.com/controller/action and see if the JSON you are expecting is making its way out. Otherwise, you will most likely be presented with an error. That should help with troubleshooting.

]]>
By: Raj http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-676 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-676 I set the background to black but the lables, as you might guess, are also black. How would I change that? There seems to be no documentation on this?

Please help

]]>
By: charlie http://pullmonkey.com/2008/07/29/open-flash-chart-ii-pie-chart/comment-page-1/#comment-677 Tue, 29 Jul 2008 22:25:00 +0000 /2008/07/29/open-flash-chart-ii-pie-chart#comment-677 @Raj – Pie chart label colors … hmm, that does not actually seem possible right now – I would ask in the OFC forums – http://sourceforge.net/forum/?group_id=201148 and see if monk.e.boy has a solution.

]]>