Bookmarked. One of the best pie charts I’ve seen. I love that you can just drag it around and make it spinn
You seem to be inactive on the activeden front atm, sadly for us buyers ^^ Would be cool if you made a bar chart and add a spin effect so we could have fun spinning the different bars 
Hello PeterOrgana Nice Job. I need to know if its XML based. Thx
Hey there Ramigee,
There is no built in XML functionality. But adding it would be very simple.
All you’d need to do is pop values into the dataprovider: //This would be inside a for loop dataProvider.addItem( { color:YOUR_COLOUR, sliceValue: SLICE _VALUE, sliceLabel: SLICE _LABEL });
A simple For loop would take care of this.
If you’d really like send me an email me and I’ll see about updating the component on ActiveDen with an XML enabled example.
Our company purchased this library.
I am just wonering if there is anyway to set the width and height of the chart to a percentage in order to resize when user resizes the browser. At the moment, if I set width or height to a percentage, it generates a compile error and setting percentWidth or percentHeight to a percentage doesn’t seem to work.
If this is not possible, is there any other way to resize the chart? The code below doesn’t work when I resize the browser to very small size.
function init():void { pieFlex.minWidth = pieFlex.minHeight = 0; mainPanel.addEventListener(ResizeEvent.RESIZE, function():void { var width:Number = Math.min(mainPanel.width, mainPanel.height); var height:Number = width * (2/3); pieFlex.setSize(width, height); }); }
Hi Peter,
I noticed that dragging the chart outside the chart works in IE and Chrome, but not in FireFox. I know this happens when you set wmode parameter to opaque or transparent, and I am using opaque value to embed this chart in a web site.
If you can find a solution for this, I’d be greatly appreciated. Other people can benefit from this as well. I tried to fix this, but no luck so far.
Hey Just so everyone knows.
There’s been a new release of PieChart Real3D.
There were a couple of bug fixes.
But what’s more exciting are the two new features.
-XML configuration is now supported right in the component. There are a couple of examples in the distribution file that should be very easy to follow.
-Click events are now being tracked per Pie Chart segment. So anyone who needs to visit a URL on click can now do this quite easily.
Here’s a dumb question… is there a way to set it up as an animation to export the animation to video (mov)? I assume you can’t.
Hello I know if I can fetch the data from my database and linked to the graphics right through xml?
if I buy that file deliveries. thanks
Hey, I’m not sure if I completely understand the question but I’ll give it my best shot:
This Pie Chart has an easy to use DataProvider. You shouldn’t have any trouble taking the data from your Database and then creating a Pie Chart DataProvider from that. The only real problem might be coming up with colours, but that can be fixed by having a pre-created array of colours in a hex format.
Email organa@gmail.com if you have any questions.
Is it possible to set the default rotate position of the pie chart when it opens. At the moment the biggest slice rotates to the bottom and we would like to see more of the smaller slices.
Ended up solving this via email, But here is the solution in case anyone else needs to do the same thing.
There is an undocumented public property of the Pie Chart called ‘circleRotation’ this will set the Pie Chart’s rotation in radians.
So assuming your Pie Chart has an instance name of chartInstance you can call:
chartInstance .circleRotation = 1.3;
to give it a default starting rotation of 1.3 radians.
You need to do this in Actionscript as the property is not visible from the component inspector, but it is a fairly simple operation.
Excellent!
One question: Once you draw the graph can be updated automatically every XX seconds to read the new data set?
Thanks
Hi Peter!
Nice Job. It’s spectacular. I have a problem, the Pie Chart Real 3D is exactly what I need for an application I’m developing. The difference is that I need the parts form a ring… It’s possible?! I know it’s hard to help me … But I decided to try anyway!
Thanks
Hello again Peter!
I really really need your help…
Help me and I promise I’ll buy another Pie Chart Real 3D 
Thanks
Arka?adlar ben bu pie yi kullanamad?m
nas?l kullan?l?yor bu ben vb.net 2010 kullan?yor yada html olarakta kuallana bilirim farketmez ama çözemedim öernek kulan?m bilen varm? ?
Hello, Thank You for Your work. Possible to always show minilegend or percent data above pieces?
greeting Creb


221 Purchases
33 Comments