How can we create a Radial Pie chart?

773 Views Asked by At

How can we create a Radial-Pie-Chart in Flex?

Basically i am trying to create a stacked pie chart. What should i do to achieve this?

Can we show stacked column chart in a pie?

Thanks

1

There are 1 best solutions below

2
On

One data visualization API that can be used in Flex is Axiis:

http://www.axiis.org/examples.html

Take a look at this sample to see if this is close to what you are looking for:

http://www.axiis.org/examples/WedgeStackChartExample.html