spjr

Exploding A Pie Chart

Recommended Posts

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.

post-36998-0-34239600-1361184389_thumb.png

Edited by spjr

Share this post


Link to post
Share on other sites

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.

Capture.PNG

Share this post


Link to post
Share on other sites

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

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

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

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

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