views:

143

answers:

3
Q: 

pie charts

Hi All, Any possible to create below type(please go through the link) of pie charts and values create dynamically? ![alt text][1]

http://img406.imageshack.us/img406/7139/piechart.png

A: 

You should look into Google Visualization and Charts API. I have personally used the charts API and it is pretty easy to use. I would like to check out the Visualization API for a project I'm working on now - it looks pretty intriguing as it can pull data from user-defined data source.

Brad Gignac
+1  A: 

Since your tags specify flex as your language, why are you not just using the built in PieChart and set the dataProvider based on query results? Also as stated by Brad Gignac googles charts API would work as well... however if your working on some sort of intranet application and some act of god causes your connection to the outside world to break its not going to work.

Chris Klepeis