Leo_T Report post Posted March 11, 2013 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
Swarnam Report post Posted March 11, 2013 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
Leo_T Report post Posted March 12, 2013 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