Hello friends,
I am using open flash chart plugin to generate pie charts in my rails
application.
bt all the pie charts are of different sizes. i defined one method in
plugin itself to set the radius and called it from the controller. bu of
no use…
does aanyone know how to set the fix radius for all the pie charts so
that all will be of equal sizes.
def pie_radius(radius)
@radius = radius
end
Controller-
g.pie_radius(200)
any help will be greatly appreaciated…
Thanks…