I am testing out the fusioncharts package and can't seem to find a way to do something with pie charts. When I click on the label what is does it just move the piece of the pie out a little. What I want to have happen is when the label is clicked, the piece of the pie is hidden and the pie is redrawn, exactly what happens for sencha pie charts:
http://dev.sencha.co.../chart/Pie.html
This is possible in fusioncharts?
Is it possible to write the functionality myself by hooking in to events (like when a user clicks a label) and firing off a custom javascript function? If yes, what events do I need to be looking at for hooking into?