Sign in to follow this  
ryanzec

Removing Pie Segment On Label Click

Recommended Posts

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this