How to fix radius of the open flash chart in ruby

Hello friends,

i m using open flash chart plugin in my rails application to generate
multiple pie charts. I want pie charts to be of equal size. Does anyone
know how to set the equal radius for all the charts.

i created one method to set radius in open flash chart plugin and called
it from my controller. bt it doesnt work…

It simply renders nothing…
any suggestions are greatly appreaciated…

def pie_radius(radius)
@radius = radius
end

thanks…

Hi , Radha

please go threw this URL my you get something you want

http://pullmonkey.com/2008/7/29/open-flash-chart-ii-pie-chart

hello Dhamdip, I hv already visited this url but no specific info found.
It hs been specified on some sites that we can set radius in
piechart.json data-file. but m nt getting where to find out this file.

If you have any other solution, plz kindly revert back… as early as
possible.
i using ruby on rails.
Thanks…

Dharmdip R. wrote:

Hi , Radha

please go threw this URL my you get something you want

PullMonkey Blog » Blog Archive » Open Flash Chart II – Pie Chart

Why not just set the size of the chart?
I am not sure you can set the radius.

H
http://harryseldon.thinkosphere.com

Radha L. wrote:

hello Dhamdip, I hv already visited this url but no specific info found.
It hs been specified on some sites that we can set radius in
piechart.json data-file. but m nt getting where to find out this file.

If you have any other solution, plz kindly revert back… as early as
possible.
i using ruby on rails.
Thanks…

Dharmdip R. wrote:

Hi , Radha

please go threw this URL my you get something you want

PullMonkey Blog » Blog Archive » Open Flash Chart II – Pie Chart

Hi , Radha

have you used open flash chart1 or open flash chart2 ?

there are different method they cover…