Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i wanted to show some data in 'network chart' manner using d3-js, like this (http://projects.flowingdata.com/tut/interactive_network_demo/). it should be connected to sharepoint 2010 list and show the live data from the list. it is possible to covert the SP list data and reformat it into shapes? i am not very familiar with JQuery, any one can suggest a good example?
Posted

1 solution

To grab data from a list in SharePoint, you will need server side code using spweb oblect, or you can use the lists.asmx webervices to get the data
If you want to extract data using simple jquery withput server side code then SpServices[^] is the best option
examples:
http://eikden.net/2011/05/19/sp-servicesjquerygetlistitems-for-sharepoint-web-services/[^]
http://weblogs.asp.net/bsimser/archive/2010/04/12/using-jquery-and-spservices-to-display-list-items.aspx[^]

After extacting the list data you will have to use the d3-js display in appropriately.
 
Share this answer
 

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