Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I want to create one pie chart in my web application by using only JQuery.Pie chart contain 3 fields.(These data and corresponding percentage should be filled inside the pie chart).
• 1st Quarter
• 2nd Quarter
• 3rd Quarter

And also when I click on one field the grid on the page should be reloaded with the corresponding data.(eg: when i click on 2nd Quarter field the grid should be shown with details of 2nd Quarter).

(Any doubts please write me)

Thanks in advance...
Posted

1 solution

Check out the solution to this question;
http://stackoverflow.com/questions/1223537/pie-chart-with-jquery[^]

It may help you on your quest for pie charts...
 
Share this answer
 
Comments
Elizabath D 6-Jan-13 23:25pm    
Thanks for ur reply..
But i need clickable pie chart.I have to click on each slice and according to that grid should be filtered.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900