Wednesday, 14 August 2013

Creating Dynamic Pie Charts using ASP.NET

Creating Dynamic Pie Charts using ASP.NET

I'm having quite a bit of trouble creating pie charts for a reports page.
I found a neat Google Pie Chart API
(http://code.google.com/apis/ajax/playground/?type=visualization#pie_chart),
but I can't seem to get it to work via ASP.NET. I basically need to add a
pie chart to my web page for every data set (perhaps 3-4 total charts).
I've searched Stack Overflow and the rest of the internet literally all
day (7 hours so far) and haven't found anything that I can get to work. :(

No comments:

Post a Comment