ryanzec Report post Posted August 22, 2012 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? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 23, 2012 Hey, The feature which you are looking for is not available. Share this post Link to post Share on other sites
ryanzec Report post Posted August 23, 2012 Hey, The feature which you are looking for is not available. 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? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 23, 2012 Hey, FusionCharts does not expose events for legends (legend click events). So it is not possible to implement this feature. Share this post Link to post Share on other sites