Hi,
I need to add a pie chat based on the list values from the list library.
Is there any web part that would help me in achieving this.
thanks,
Brind
Paul Grenier, Lead Moderator
Hi,
I need to add a pie chat based on the list values from the list library.
Is there any web part that would help me in achieving this.
thanks,
Brind
Here it is :)
Or, if you have MOSS enterprise, you can use Excel Web Services.
Laura Rogers
Thanks, with MOSS Enterprise which webpart should i use ...
Excel Web Access is the one. But you would have to publish Excel file with chart before you do. http://office.microsoft.com/en-us/sharepointserver/HA101054761033.aspx
However Excel files cannot read data from a list :(, so...
Hi Brind
Big Coincidence .... I was working on this last night!
I adapted information found here:
http://maxwebdev.spaces.live.com/blog/cns!1628214CAC5A2899!130.entry?wa=wsignin1.0&sa=376508527
You can see my results here:
(This displays totals for each status of a task list - there are issues with 0 values sitting on top of one another)
I have also done this with Google Charts API and the Data View Web Part; but this passes your info to Google to receieve the image (you may not want to send sensitive info outside your org) also I work in an https environment so the browser throws a warning when contacting http.
Fusion chart flash files can be uploaded to your own server (a document library if you have to) and referenced entirely within your own envrionment.
There are many many graph types available:
http://www.fusioncharts.com/free/
Cheers + good luck,
Ben
You must log in to post.