spjr Report post Posted February 18, 2013 (edited) Hi, We have a requirement to explode the Pie chart.(Please refer the attached file graph.png) We want to explode all the slices together. (Currently we have to click on each slice to explode). Please suggest. Edited February 18, 2013 by spjr Share this post Link to post Share on other sites
Swarnam Report post Posted February 19, 2013 Hi, Welcome to FusionCharts Forum. No, it is not possible to slice out the pies all at the same time. However, the pie slices can be sliced out initially at the time of rendering. <chart caption='Company Revenue' showPercentageValues='1' > <set label='Services' value='26' isSliced='1'/> <set label='Hardware' value='32' isSliced='1'/> <set label='Software' value='42' isSliced='1' /> </chart> Hope this helps. Share this post Link to post Share on other sites
spjr Report post Posted February 19, 2013 Hi, Welcome to FusionCharts Forum. No, it is not possible to slice out the pies all at the same time. However, the pie slices can be sliced out initially at the time of rendering. <chart caption='Company Revenue' showPercentageValues='1' > <set label='Services' value='26' isSliced='1'/> <set label='Hardware' value='32' isSliced='1'/> <set label='Software' value='42' isSliced='1' /> </chart> Hope this helps. Share this post Link to post Share on other sites
spjr Report post Posted February 19, 2013 Hi Swarnam, Thanks for the update. I want to achieve this with the Jasper reports using Fusion Charts. I have tried all the ways, the Pie slice is exploding only on clicking on it. I would like to avoid the clicks and to show All the slices exploded when the graph is rendered. Please help, if you have any idea, Share this post Link to post Share on other sites
vasanthsr Report post Posted June 5, 2014 Hi, Welcome to FusionCharts Forum. No, it is not possible to slice out the pies all at the same time. However, the pie slices can be sliced out initially at the time of rendering. <chart caption='Company Revenue' showPercentageValues='1' > <set label='Services' value='26' isSliced='1'/> <set label='Hardware' value='32' isSliced='1'/> <set label='Software' value='42' isSliced='1' /> </chart> Hope this helps. Hi Swarnam, G'Day. Can we disable multi slicing in pie charts. Like if I slice one item, and if i try to slice another, the first one should close and slice the second one. Please advice if that is possible. Thanks Vas Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted June 5, 2014 Hi, Please note that directly this feature can not be achieved in FusionCharts Pie chart with the latest version available. However, by doing some workaround, you can achieve the similar functionality by handling the event fired on click of the pie slices. Please find the sample implementation of the same from Dropbox link: https://www.dropbox.com/s/d35zilnh3cesbbu/Pie2D_EnergyProduction.zip Hope this helps! Share this post Link to post Share on other sites