Sign in to follow this  
Leo_T

Disable Pie Slice

Recommended Posts

Hi,

 

can you please tell me how to disable pie slice explosions.

I've tried all the following, each with different boolean values : enableRotation = '0', animation = '0', defaultAnimation = '0', interactiveLegend = '0'

I've even tried isSliced='0' on all set values.

But to no avail, no matter what the settings, I'm still able to click on a slice and it will explode.

 

Any ideas?

 

Thanks

Share this post


Link to post
Share on other sites

Hi Leo,

 

Could you please try setting the following attributes in the <chart> element ?

 

Ex:

<chart ... slicingDistance='0' enableSlicing='0' >

Hope this helps.

 

Share this post


Link to post
Share on other sites

The enableSlicing='0' worked. This setting is difficult to find, i imagine its because its relatively new.

 

Thanks for your help

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