ActiveDen

Pie Chart Real 3D

  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
JhonRambo says

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 :P

2 years ago
  • Has been a member for 1-2 years
ramigee says

Hello PeterOrgana Nice Job. I need to know if its XML based. Thx

2 years ago
Author
Default-user PeterOrgana replied

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.

2 years ago
  • Has been a member for 1-2 years
meconfidence says

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); }); }

2 years ago
Author
Default-user PeterOrgana replied

Just so everyone else knows, this problem was solved via e-mail.

The Pie Chart is totally re-sizable but currently there is a bug when the Pie Chart is shrunk below 50 pixels wide. This will be fixed in an upcoming update (hopefully in a few days)

2 years ago
  • Has been a member for 1-2 years
meconfidence says

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.

2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Canada
PeterOrgana says
Author

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.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
jrosenbomb says

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.

1 year ago
Author
Default-user PeterOrgana replied

Nothing that’s built in the app sorry :(

You’ll probably have to use a external video capture program.

1 year ago
  • Has been a member for 1-2 years
adn7 says

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

1 year ago
Author
Default-user PeterOrgana replied

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.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
GeeMo says
Purchased

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.

1 year ago
Author
Default-user PeterOrgana replied

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.

11 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
AndresRT says

Excellent!

One question: Once you draw the graph can be updated automatically every XX seconds to read the new data set?

Thanks

10 months ago
Author
Default-user PeterOrgana replied

Whoops, sorry for the late reply.

Nothing is built in to handle that sort of functionality. But if you’re handy with actionscript it’s totally do-able. You’d just need a Timer() which refreshes the dataProvider.

8 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
vitmou says
Purchased

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

4 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
vitmou says
Purchased

Hello again Peter!

I really really need your help… Help me and I promise I’ll buy another Pie Chart Real 3D :P

Thanks

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
HUSEYINS says
Purchased

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? ?

huseyin@flexiva.com.tr
1 month ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Creb says
Purchased

Hello, Thank You for Your work. Possible to always show minilegend or percent data above pieces?

greeting Creb

20 days ago
by
by
by
by
by