Could anyone here recommend me some JS/jQuery charting library with which I can make a 3D clickable pie chart? For example: I have two charts on page. If I click on slice called “animals” in the first chart, the second chart will display more detail info about animals… Im using Open Flash Chart right now, but there is no 3D pie chart and there is a problem when user doesn´t have a Flash also. That´s why I want JS/jQuery solution…
Could anyone here recommend me some JS/jQuery charting library with which I can make
Share
I don’t think there’s a simple solution if you want the pie chart to be actual 3d. If you really need it to be 3d I’d look into Three.js but it’s kinda complicated, especially if you want the chart to be clickable.
http://mrdoob.github.com/three.js/
Otherwise there’s plenty of graph generators out there. I wrote one myself that uses normal html elements (except for the pie charts :/ ) so you can easily attach mouse events to them.
http://www.zhereicome.com/experiments/statics/statisquares/