views:

154

answers:

1

I am interested in making a 3D pie chart dynamically on my page depending on values pulled from my database. The chart would only be updated every few days, so I don't mind a process intensive task as I could cache the image. 2D charts and pie graph libraries seem to be everywhere, but are there any libraries (server side image magic, or client side javascript) that generate decent looking 3D pie charts?

Extra points if it integrates easily into Ruby-On-Rails.

An example of the type of chart I am looking for can be found on the bottom of this page: http://bit.ly/8a9k3h

+1  A: 

I made this flash based plugin that supports Pie 3D, it's not rmagick, but it's easy to use and setup with Rails.

jpemberthy
that looks great, I would prefer a static image for compatibility, reasons but if you're the only show in town I certainly wouldn't mind using flash. Good work on the site!
ThinkBohemian
Hey, thanks, You should also take a look on the Gruff ( http://nubyonrails.com/pages/gruff ) gem, it makes image based graphics, I hope it helps you.
jpemberthy
+1 for gruff to generate charts on the server
Jonathan Julian